summaryrefslogtreecommitdiff
path: root/x11-wm/olvwm/files/patch-winpinmenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/olvwm/files/patch-winpinmenu.c')
-rw-r--r--x11-wm/olvwm/files/patch-winpinmenu.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-wm/olvwm/files/patch-winpinmenu.c b/x11-wm/olvwm/files/patch-winpinmenu.c
deleted file mode 100644
index 0658d843b0b9..000000000000
--- a/x11-wm/olvwm/files/patch-winpinmenu.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- winpinmenu.c.orig 2013-09-17 21:38:07.462238988 -0700
-+++ winpinmenu.c 2013-09-17 22:08:56.640738874 -0700
-@@ -91,7 +91,7 @@
- WinPinMenu *winInfo;
- {
- if (! StartMenuGrabs(dpy, winInfo))
-- return;
-+ return 0;
-
- MenuMakeFirst(winInfo->menuInfo, afterMenuShow, winInfo);
-
-@@ -109,7 +109,7 @@
-
- if (MenuHandleKeyEvent(dpy, event, winInfo, winInfo)) {
- if (! StartMenuGrabs(dpy, winInfo))
-- return;
-+ return 0;
- }
- }
-