diff options
author | Anselm R Garbe <anselm@garbe.us> | 2017-09-01 09:48:24 +0200 |
---|---|---|
committer | Anselm R Garbe <anselm@garbe.us> | 2017-09-01 09:48:24 +0200 |
commit | 77c51c5a6b16387f1792e23acbcf2080f790aa25 (patch) | |
tree | ae4b3270d1365412c4a87bd73cc1f40e32c67e68 /x.c | |
parent | 7f990328e4fec8dfaaad311cb8af2304b58c872e (diff) |
make clipboard patch obsolete
Diffstat (limited to 'x.c')
-rw-r--r-- | x.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |