1
0
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:
Brad Jorsch
2014-02-11 17:23:54 -05:00
committed by Carlos R. Mafra
parent 3b97d33d0a
commit 2e0d2f3df9
3 changed files with 45 additions and 0 deletions

View File

@@ -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);