mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 05:18:06 +01:00
begin wmspec stuff
This commit is contained in:
11
src/screen.c
11
src/screen.c
@@ -859,12 +859,19 @@ wScreenInit(int screen_number)
|
||||
}
|
||||
|
||||
|
||||
|
||||
static WArea subtractRectangle(WArea area, WArea rect)
|
||||
{
|
||||
WArea result = area;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
wScreenUpdateUsableArea(WScreen *scr)
|
||||
{
|
||||
#ifdef GNOME_STUFF
|
||||
WReservedArea *area;
|
||||
#endif
|
||||
|
||||
scr->totalUsableArea = scr->usableArea;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user