aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/st.c b/st.c
index aa4185c..836ae21 100644
--- a/st.c
+++ b/st.c
@@ -995,6 +995,8 @@ selnotify(XEvent *e) {
995 995
996 ofs = 0; 996 ofs = 0;
997 xsev = (XSelectionEvent *)e; 997 xsev = (XSelectionEvent *)e;
998 if (xsev->property == None)
999 return;
998 do { 1000 do {
999 if(XGetWindowProperty(xw.dpy, xw.win, xsev->property, ofs, 1001 if(XGetWindowProperty(xw.dpy, xw.win, xsev->property, ofs,
1000 BUFSIZ/4, False, AnyPropertyType, 1002 BUFSIZ/4, False, AnyPropertyType,