aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/SConnection.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2021-01-04 13:04:26 +0100
committerPierre Ossman <ossman@cendio.se>2021-01-04 13:04:26 +0100
commit1ea0f9f2109c12057c5fddc67ae3929928a3d7b1 (patch)
tree4b0a4c0155ab839774abb97db834425d724a4305 /common/rfb/SConnection.h
parent3a7fd223a2ea05f8781c6d3c3894ad33ef35b354 (diff)
downloadtigervnc-1ea0f9f2109c12057c5fddc67ae3929928a3d7b1.tar.gz
tigervnc-1ea0f9f2109c12057c5fddc67ae3929928a3d7b1.zip
Handle unsolicited clipboard transfers
The extended clipboard protocol has the ability for the peer to request things to be sent automatically, without a request message. Make sure we honor such settings.
Diffstat (limited to 'common/rfb/SConnection.h')
-rw-r--r--common/rfb/SConnection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/rfb/SConnection.h b/common/rfb/SConnection.h
index db3ab08c..1119c7c9 100644
--- a/common/rfb/SConnection.h
+++ b/common/rfb/SConnection.h
@@ -255,6 +255,7 @@ namespace rfb {
char* clientClipboard;
bool hasLocalClipboard;
+ bool unsolicitedClipboardAttempt;
};
}
#endif