summaryrefslogtreecommitdiffstats
path: root/common/rfb/VNCServerST.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/rfb/VNCServerST.h')
-rw-r--r--common/rfb/VNCServerST.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/rfb/VNCServerST.h b/common/rfb/VNCServerST.h
index 5277f550..1dd7afd1 100644
--- a/common/rfb/VNCServerST.h
+++ b/common/rfb/VNCServerST.h
@@ -205,6 +205,8 @@ namespace rfb {
void setVideoRectangle(const Rect& r);
void unsetVideoRectangle();
+ void setDefaultVideoRect(const Rect& r);
+
protected:
friend class VNCSConnectionST;
@@ -256,6 +258,7 @@ namespace rfb {
bool m_videoSelectionEnabled;
Rect m_videoRect;
+ Rect m_defaultVideoRect;
};
};