summaryrefslogtreecommitdiff
path: root/x11-wm/olvwm/files/patch-selection.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/olvwm/files/patch-selection.c')
-rw-r--r--x11-wm/olvwm/files/patch-selection.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/x11-wm/olvwm/files/patch-selection.c b/x11-wm/olvwm/files/patch-selection.c
deleted file mode 100644
index 35e8e0bfe62a..000000000000
--- a/x11-wm/olvwm/files/patch-selection.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- selection.c.orig 2013-09-17 21:38:07.442239399 -0700
-+++ selection.c 2013-09-17 21:45:20.241114850 -0700
-@@ -318,13 +318,13 @@
- XSetSelectionOwner(cli->dpy, XA_PRIMARY,
- NoFocusWin, timestamp);
- if (NoFocusWin != XGetSelectionOwner(cli->dpy, XA_PRIMARY))
-- return;
-+ return 0;
- } else {
- /* First look to see if window is already listed. */
- for(tc = ListEnum(&l); tc != NULL; tc = ListEnum(&l))
- {
- if (tc == cli)
-- return;
-+ return 0;
- }
- }
-