Passing VideoArea parameter to VNCServerST object. VNCServerST saves the
rectangle but does not use it yet.
does not do anything more.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2692 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/rfb/VNCServerST.h b/common/rfb/VNCServerST.h
index 5277f55..1dd7afd 100644
--- a/common/rfb/VNCServerST.h
+++ b/common/rfb/VNCServerST.h
@@ -205,6 +205,8 @@
     void setVideoRectangle(const Rect& r);
     void unsetVideoRectangle();
 
+    void setDefaultVideoRect(const Rect& r);
+
   protected:
 
     friend class VNCSConnectionST;
@@ -256,6 +258,7 @@
 
     bool m_videoSelectionEnabled;
     Rect m_videoRect;
+    Rect m_defaultVideoRect;
   };
 
 };