Handling VideoRectangleSelection protocol message (TightVNC extension).


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2585 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/rfb/VNCSConnectionST.cxx b/common/rfb/VNCSConnectionST.cxx
index a9c59f3..024be01 100644
--- a/common/rfb/VNCSConnectionST.cxx
+++ b/common/rfb/VNCSConnectionST.cxx
@@ -481,6 +481,16 @@
   writeFramebufferUpdate();
 }
 
+void VNCSConnectionST::setVideoRectangle(const Rect& r)
+{
+  server->setVideoRectangle(r);
+}
+
+void VNCSConnectionST::unsetVideoRectangle()
+{
+  server->unsetVideoRectangle();
+}
+
 void VNCSConnectionST::setInitialColourMap()
 {
   setColourMapEntries(0, 0);