summaryrefslogtreecommitdiffstats
path: root/tigervnc/build/patches/tigervnc13_clipboard_probe.patch
diff options
context:
space:
mode:
Diffstat (limited to 'tigervnc/build/patches/tigervnc13_clipboard_probe.patch')
-rw-r--r--tigervnc/build/patches/tigervnc13_clipboard_probe.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/tigervnc/build/patches/tigervnc13_clipboard_probe.patch b/tigervnc/build/patches/tigervnc13_clipboard_probe.patch
new file mode 100644
index 00000000..3d798c32
--- /dev/null
+++ b/tigervnc/build/patches/tigervnc13_clipboard_probe.patch
@@ -0,0 +1,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);