summaryrefslogtreecommitdiffstats
path: root/tigervnc/build/patches/tigervnc13_clipboard_probe.patch
blob: 3d798c324c7a7511859ea29b6d6e66ada5962780 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/trunk/unix/tx/TXWindow.cxx
+++ b/trunk/unix/tx/TXWindow.cxx
@@ -454,6 +454,8 @@
         } else if (se.target == XA_STRING) {
           if (!selectionRequest(se.requestor, se.selection, se.property))
             se.property = None;
+        } else {
+          se.property = None;
         }
       }
       XSendEvent(dpy, se.requestor, False, 0, (XEvent*)&se);