summaryrefslogtreecommitdiffstats
path: root/common/rfb/VNCServerST.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'common/rfb/VNCServerST.cxx')
-rw-r--r--common/rfb/VNCServerST.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/rfb/VNCServerST.cxx b/common/rfb/VNCServerST.cxx
index 066feb90..e9544780 100644
--- a/common/rfb/VNCServerST.cxx
+++ b/common/rfb/VNCServerST.cxx
@@ -574,3 +574,7 @@ void VNCServerST::unsetVideoRectangle()
}
}
+void VNCServerST::setDefaultVideoRect(const Rect& r)
+{
+ m_defaultVideoRect = r;
+}