commit 77c51c5a6b16387f1792e23acbcf2080f790aa25
Author: Anselm R Garbe <[email protected]>
AuthorDate: Fri Sep 1 09:48:24 2017 +0200
Commit: Anselm R Garbe <[email protected]>
CommitDate: Fri Sep 1 09:48:24 2017 +0200
make clipboard patch obsolete
diff --git a/x.c b/x.c
index fbfd350..ab9593e 100644
--- a/x.c
+++ b/x.c
@@ -507,6 +507,7 @@ 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