make clipboard patch obsolete

This commit is contained in:
Anselm R Garbe 2017-09-01 09:48:24 +02:00
parent 7f990328e4
commit 77c51c5a6b
1 changed files with 1 additions and 0 deletions

1
x.c
View File

@ -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