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, 0 insertions, 15 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 deleted file mode 100644 index cbb4c0a2600b..000000000000 --- a/x11-wm/windowmaker/files/0.92.0/windowmaker-0.92.0-fullscreen.patch +++ /dev/null @@ -1,15 +0,0 @@ -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); - |