diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-12 22:20:47 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-12 22:20:47 +0200 |
commit | 4f2a3274f30ba520c8496b07c38b0bfc49b03663 (patch) | |
tree | 15219482668f121a4b21d2a4132e54d469d21c8d /patches | |
parent | eb26640948bf7867de940ac631c5891331a9cc74 (diff) |
Not compiling
Diffstat (limited to 'patches')
-rw-r--r-- | patches/st-clipboard-0.8.3.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/st-clipboard-0.8.3.diff b/patches/st-clipboard-0.8.3.diff new file mode 100644 index 0000000..c1e0e9e --- /dev/null +++ b/patches/st-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 |