diff options
Diffstat (limited to 'common/rfb/VNCServerST.cxx')
-rw-r--r-- | common/rfb/VNCServerST.cxx | 4 |
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; +} |