CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2016/08/05 07:55:33
Modified files:
x11/windowmaker: Makefile
x11/windowmaker/patches: patch-src_actions_c
Added files:
x11/windowmaker/patches: patch-src_cycling_c
Log message:
Merge commit 5561199c871293cca0b3dc2c6feff0d7783111c6 from upstream.
Allow alt+tabbed windows over fullscreen
Fullscreen windows should only be on top when they are in focus. Change
the stacking level temporarily back to WMNormalLevel if the fullscreen
window loses focus due to an alt+tab operation.
Change the stacking level back to WMFullscreenLevel if the fullscreen
window receives the focus again.