Added clipboard v2018-03-09 patch

This commit is contained in:
syrell 2023-06-20 23:11:24 +02:00
parent fb7383d52f
commit 54a348518d

2
x.c
View File

@ -689,6 +689,8 @@ setsel(char *str, Time t)
XSetSelectionOwner(xw.dpy, XA_PRIMARY, xw.win, t);
if (XGetSelectionOwner(xw.dpy, XA_PRIMARY) != xw.win)
selclear();
xclipcopy();
}
void