1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-07-12 00:46:38 +02:00

begin wmspec stuff

This commit is contained in:
kojima
2001-09-12 21:43:42 +00:00
parent e9ce423d8c
commit abc09951e1
9 changed files with 520 additions and 8 deletions
+9 -2
View File
@@ -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;