summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-03-03 22:33:39 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-03-03 22:33:39 +0530
commit5dd35b456bb5ee9c8a91f4ad0d30562895d1bdf2 (patch)
tree3de40fbb0a2c49fcd2af13e7346e498d8073effa /patches
parent09bd167ef11b13683e5d62897bbf09b2b79616ea (diff)
updating readme
Diffstat (limited to 'patches')
-rw-r--r--patches/0th-clipboard-0.8.3.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/patches/0th-clipboard-0.8.3.diff b/patches/0th-clipboard-0.8.3.diff
deleted file mode 100644
index c1e0e9e..0000000
--- a/patches/0th-clipboard-0.8.3.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-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