Make sure that fullscreened window covers all normal windows
---
src/actions.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/actions.c b/src/actions.c
index 36a0ca1..2087953 100644
--- a/src/actions.c
+++ b/src/actions.c
@@ -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;
--
1.8.4.2
--
To unsubscribe, send mail to [email protected].