mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
Minimal support for _NET_WM_WINDOW_OPACITY
While we don't provide compositing ourselves, add-on compositors such as xcompmgr need us to copy the _NET_WM_WINDOW_OPACITY property from the client window to the frame window. We can do this easily enough.
This commit is contained in:
committed by
Carlos R. Mafra
parent
3b97d33d0a
commit
2e0d2f3df9
@@ -33,6 +33,7 @@ void wNETWMCleanup(WScreen *scr);
|
||||
void wNETWMUpdateWorkarea(WScreen *scr, WArea usableArea);
|
||||
Bool wNETWMGetUsableArea(WScreen *scr, int head, WArea *area);
|
||||
void wNETWMCheckInitialClientState(WWindow *wwin);
|
||||
void wNETWMCheckInitialFrameState(WWindow *wwin);
|
||||
Bool wNETWMProcessClientMessage(XClientMessageEvent *event);
|
||||
void wNETWMCheckClientHints(WWindow *wwin, int *layer, int *workspace);
|
||||
void wNETWMCheckClientHintChange(WWindow *wwin, XPropertyEvent *event);
|
||||
|
||||
Reference in New Issue
Block a user