Merge remote-tracking branch 'origin/master'
This commit is contained in:
2
st.c
2
st.c
@ -996,6 +996,8 @@ selnotify(XEvent *e) {
|
||||
|
||||
ofs = 0;
|
||||
xsev = (XSelectionEvent *)e;
|
||||
if (xsev->property == None)
|
||||
return;
|
||||
do {
|
||||
if(XGetWindowProperty(xw.dpy, xw.win, xsev->property, ofs,
|
||||
BUFSIZ/4, False, AnyPropertyType,
|
||||
|
Reference in New Issue
Block a user