diff options
author | Constantin Kaplinsky <const@tightvnc.com> | 2008-04-24 08:44:24 +0000 |
---|---|---|
committer | Constantin Kaplinsky <const@tightvnc.com> | 2008-04-24 08:44:24 +0000 |
commit | 8232831bb4c23d7a544cf97e1d23b724cb83f30a (patch) | |
tree | 60ecbe471c1705cabc1e9ca7f857291ecddf8457 /common/rfb/VNCSConnectionST.cxx | |
parent | a9ad96636f705b0da89ae170df00349523550c97 (diff) | |
download | tigervnc-8232831bb4c23d7a544cf97e1d23b724cb83f30a.tar.gz tigervnc-8232831bb4c23d7a544cf97e1d23b724cb83f30a.zip |
Support for VideoRectangleSelection client message in the server code. The message is read but ignored (only a message will be written to stderr).
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2559 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/VNCSConnectionST.cxx')
-rw-r--r-- | common/rfb/VNCSConnectionST.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/rfb/VNCSConnectionST.cxx b/common/rfb/VNCSConnectionST.cxx index 3929b1fb..7c922cfe 100644 --- a/common/rfb/VNCSConnectionST.cxx +++ b/common/rfb/VNCSConnectionST.cxx @@ -87,6 +87,7 @@ VNCSConnectionST::~VNCSConnectionST() bool VNCSConnectionST::init() { try { + setProtocolOptions(server->isVideoSelectionEnabled()); initialiseProtocol(); } catch (rdr::Exception& e) { close(e.str()); |