1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-18 20:10:29 +01:00

Raise fullscreened window

Make sure that fullscreened window covers all normal windows
This commit is contained in:
Amadeusz Sławiński
2013-11-04 22:07:55 +01:00
committed by Carlos R. Mafra
parent a504370f3b
commit 311ab6b08c

View File

@@ -702,6 +702,7 @@ void wFullscreenWindow(WWindow *wwin)
wWindowConfigureBorders(wwin);
ChangeStackingLevel(wwin->frame->core, WMNormalLevel);
wRaiseFrame(wwin->frame->core);
wwin->bfs_geometry.x = wwin->frame_x;
wwin->bfs_geometry.y = wwin->frame_y;