CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2016/08/05 07:23:09
Modified files:
x11/windowmaker: Makefile
Added files:
x11/windowmaker/patches: patch-src_WindowMaker_h
patch-src_actions_c patch-src_wmspec_c
Log message:
Merge fix from upstream:
Fix stacking order of dock and fullscreen.
This reverts the commits:
311ab6b08ccf ("Raise fullscreened window")
a504370f3b27 ("Remove WMFullscreenLevel")
Removing WMFullscreenLevel had the side effect that a dock or panel
having the _NET_WM_WINDOW_TYPE_DOCK type would stack on top of
fullscreen windows, obscuring part of them. This is unwanted. No
other window should cover a focused fullscreen window.