From 61931ec84e1c4bd32066080f0075e3cd334b2bc3 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan <79687674+Saumit-D@users.noreply.github.com> Date: Mon, 8 Nov 2021 01:01:40 +0530 Subject: Rename oth-clipboard-0.8.3.diff to 0th-clipboard-0.8.3.diff --- patches/0th-clipboard-0.8.3.diff | 12 ++++++++++++ patches/oth-clipboard-0.8.3.diff | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 patches/0th-clipboard-0.8.3.diff delete mode 100644 patches/oth-clipboard-0.8.3.diff (limited to 'patches') 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 diff --git a/patches/oth-clipboard-0.8.3.diff b/patches/oth-clipboard-0.8.3.diff deleted file mode 100644 index c1e0e9e..0000000 --- a/patches/oth-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 -- cgit v1.2.3