mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
Remove WMFullscreenLevel
Make fullscreen windows be on the same level as normal ones.
This commit is contained in:
committed by
Carlos R. Mafra
parent
a5ca34ccb1
commit
a504370f3b
@@ -927,7 +927,7 @@ static int getWindowLayer(WWindow *wwin)
|
||||
if (wwin->transient_for) {
|
||||
WWindow *parent = wWindowFor(wwin->transient_for);
|
||||
if (parent && parent->flags.fullscreen)
|
||||
layer = WMFullscreenLevel;
|
||||
layer = WMNormalLevel;
|
||||
}
|
||||
/* //layer = WMPopUpLevel; // this seems a bad idea -Dan */
|
||||
} else if (wwin->type == net_wm_window_type_normal) {
|
||||
|
||||
Reference in New Issue
Block a user