]> source.dussan.org Git - tigervnc.git/commit
Handle unsolicited clipboard transfers
authorPierre Ossman <ossman@cendio.se>
Mon, 4 Jan 2021 12:04:26 +0000 (13:04 +0100)
committerPierre Ossman <ossman@cendio.se>
Mon, 4 Jan 2021 12:04:26 +0000 (13:04 +0100)
commit1ea0f9f2109c12057c5fddc67ae3929928a3d7b1
tree4b0a4c0155ab839774abb97db834425d724a4305
parent3a7fd223a2ea05f8781c6d3c3894ad33ef35b354
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.
common/rfb/CConnection.cxx
common/rfb/CConnection.h
common/rfb/ClientParams.cxx
common/rfb/ClientParams.h
common/rfb/SConnection.cxx
common/rfb/SConnection.h
common/rfb/ServerParams.cxx
common/rfb/ServerParams.h