aboutsummarylogtreecommitdiffstats
path: root/x.c
diff options
context:
space:
mode:
authorHiltjo Posthuma2017-09-02 13:52:33 +0200
committerHiltjo Posthuma2017-09-02 13:52:33 +0200
commit55e62c25fc48bf35077fb01de480490c03ae0301 (patch)
treecae2e403f82346e2dc4ed55a1007e2e519cf0dba /x.c
parent14c11e5e880cef1125dd81ee6254543f635794fb (diff)
downloadaur-55e62c25fc48bf35077fb01de480490c03ae0301.tar.gz
Revert "make clipboard patch obsolete"
This reverts commit 77c51c5a6b16387f1792e23acbcf2080f790aa25. Having multiple clipboards are useful, for example for plumber scripts. I've discussed this on IRC and it is useful to have.
Diffstat (limited to 'x.c')
-rw-r--r--x.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/x.c b/x.c
index ab9593ead339..fbfd35043b76 100644
--- a/x.c
+++ b/x.c
@@ -507,7 +507,6 @@ xsetsel(char *str, Time t)
XSetSelectionOwner(xw.dpy, XA_PRIMARY, xw.win, t);
if (XGetSelectionOwner(xw.dpy, XA_PRIMARY) != xw.win)
selclear_(NULL);
- xclipcopy();
}
void