diff options
author | Pierre Ossman <ossman@cendio.se> | 2021-01-04 13:04:26 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2021-01-04 13:04:26 +0100 |
commit | 1ea0f9f2109c12057c5fddc67ae3929928a3d7b1 (patch) | |
tree | 4b0a4c0155ab839774abb97db834425d724a4305 /common/rfb/SConnection.h | |
parent | 3a7fd223a2ea05f8781c6d3c3894ad33ef35b354 (diff) | |
download | tigervnc-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.h | 1 |
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 |