summaryrefslogtreecommitdiff
path: root/patches/0th-clipboard-0.8.3.diff
diff options
context:
space:
mode:
authorSaumit Dinesan <79687674+Saumit-D@users.noreply.github.com>2021-11-08 01:01:40 +0530
committerGitHub <noreply@github.com>2021-11-08 01:01:40 +0530
commit61931ec84e1c4bd32066080f0075e3cd334b2bc3 (patch)
treef0737d5c6668cc733bb96139c19992e6731fdc5b /patches/0th-clipboard-0.8.3.diff
parent3f61b38a846341a9d6360d43a9dd15206e68db63 (diff)
Rename oth-clipboard-0.8.3.diff to 0th-clipboard-0.8.3.diff
Diffstat (limited to 'patches/0th-clipboard-0.8.3.diff')
-rw-r--r--patches/0th-clipboard-0.8.3.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/0th-clipboard-0.8.3.diff b/patches/0th-clipboard-0.8.3.diff
new file mode 100644
index 0000000..c1e0e9e
--- /dev/null
+++ b/patches/0th-clipboard-0.8.3.diff
@@ -0,0 +1,12 @@
+diff --git a/x.c b/x.c
+index e5f1737..5cabd60 100644
+--- a/x.c
++++ b/x.c
+@@ -673,6 +673,7 @@ setsel(char *str, Time t)
+ XSetSelectionOwner(xw.dpy, XA_PRIMARY, xw.win, t);
+ if (XGetSelectionOwner(xw.dpy, XA_PRIMARY) != xw.win)
+ selclear();
++ clipcopy(NULL);
+ }
+
+ void