aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/windowmaker/files/patch-src_event.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-wm/windowmaker/files/patch-src_event.c b/x11-wm/windowmaker/files/patch-src_event.c
new file mode 100644
index 000000000000..aa0d7e6ed1f0
--- /dev/null
+++ b/x11-wm/windowmaker/files/patch-src_event.c
@@ -0,0 +1,13 @@
+--- src/event.c
++++ src/event.c
+@@ -559,6 +559,10 @@
+ wwin->flags.skip_next_animation = 1;
+ wIconifyWindow(wwin);
+ }
++ if (wwin->flags.fullscreen) {
++ wwin->flags.fullscreen = 0;
++ wFullscreenWindow(wwin);
++ }
+ if (wwin->flags.hidden) {
+ WApplication *wapp = wApplicationOf(wwin->main_window);
+