diff options
Diffstat (limited to 'x11-wm/windowmaker/files/0.92.0/windowmaker-0.92.0-fullscreen.patch')
-rw-r--r-- | x11-wm/windowmaker/files/0.92.0/windowmaker-0.92.0-fullscreen.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-wm/windowmaker/files/0.92.0/windowmaker-0.92.0-fullscreen.patch b/x11-wm/windowmaker/files/0.92.0/windowmaker-0.92.0-fullscreen.patch new file mode 100644 index 000000000000..cbb4c0a2600b --- /dev/null +++ b/x11-wm/windowmaker/files/0.92.0/windowmaker-0.92.0-fullscreen.patch @@ -0,0 +1,15 @@ +Index: src/event.c +=================================================================== +--- src/event.c (revision 41) ++++ src/event.c (working copy) +@@ -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); + |