mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 12:58:08 +01:00
wmaker: implement EWMH _NET_WORKAREA
This patch is adding the _NET_WORKAREA property which according to EWMH spec MUST be implemented. Some application like rdesktop or nautilus are using it, that's maybe why you encountered some errors like these: ** (nautilus:6457): WARNING **: Can not get _NET_WORKAREA ** (nautilus:6457): WARNING **: Can not determine workarea, guessing at layout For now, the property is only updated when a workarea is created or destroyed.
This commit is contained in:
committed by
Carlos R. Mafra
parent
fec8347d27
commit
9c381862b3
@@ -30,7 +30,7 @@
|
||||
|
||||
void wNETWMInitStuff(WScreen *scr);
|
||||
void wNETWMCleanup(WScreen *scr);
|
||||
void wNETWMUpdateWorkarea(WScreen *scr, WArea usableArea);
|
||||
void wNETWMUpdateWorkarea(WScreen *scr);
|
||||
Bool wNETWMGetUsableArea(WScreen *scr, int head, WArea *area);
|
||||
void wNETWMCheckInitialClientState(WWindow *wwin);
|
||||
void wNETWMCheckInitialFrameState(WWindow *wwin);
|
||||
|
||||
Reference in New Issue
Block a user