mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
Raise fullscreened window
Make sure that fullscreened window covers all normal windows
This commit is contained in:
committed by
Carlos R. Mafra
parent
a504370f3b
commit
311ab6b08c
@@ -702,6 +702,7 @@ void wFullscreenWindow(WWindow *wwin)
|
|||||||
wWindowConfigureBorders(wwin);
|
wWindowConfigureBorders(wwin);
|
||||||
|
|
||||||
ChangeStackingLevel(wwin->frame->core, WMNormalLevel);
|
ChangeStackingLevel(wwin->frame->core, WMNormalLevel);
|
||||||
|
wRaiseFrame(wwin->frame->core);
|
||||||
|
|
||||||
wwin->bfs_geometry.x = wwin->frame_x;
|
wwin->bfs_geometry.x = wwin->frame_x;
|
||||||
wwin->bfs_geometry.y = wwin->frame_y;
|
wwin->bfs_geometry.y = wwin->frame_y;
|
||||||
|
|||||||
Reference in New Issue
Block a user