mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-15 13:35:53 +01:00
Various bug fixes.
This commit is contained in:
@@ -953,6 +953,20 @@ WMScreenDepth(WMScreen *scr)
|
||||
}
|
||||
|
||||
|
||||
unsigned int
|
||||
WMScreenWidth(WMScreen *scr)
|
||||
{
|
||||
return scr->rootView->size.width;
|
||||
}
|
||||
|
||||
|
||||
unsigned int
|
||||
WMScreenHeight(WMScreen *scr)
|
||||
{
|
||||
return scr->rootView->size.height;
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
WMRedisplayWidget(WMWidget *w)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user