mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +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
@@ -1079,6 +1079,8 @@ WWindow *wManageWindow(WScreen *scr, Window window)
|
||||
wwin->frame->flags.is_client_window_frame = 1;
|
||||
wwin->frame->flags.justification = wPreferences.title_justification;
|
||||
|
||||
wNETWMCheckInitialFrameState(wwin);
|
||||
|
||||
/* setup button images */
|
||||
wWindowUpdateButtonImages(wwin);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user