diff options
Diffstat (limited to 'common/rfb/VNCServerST.h')
-rw-r--r-- | common/rfb/VNCServerST.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/rfb/VNCServerST.h b/common/rfb/VNCServerST.h index 213f6b1f..5277f550 100644 --- a/common/rfb/VNCServerST.h +++ b/common/rfb/VNCServerST.h @@ -202,6 +202,9 @@ namespace rfb { void enableVideoSelection(bool enable) { m_videoSelectionEnabled = enable; } bool isVideoSelectionEnabled() { return m_videoSelectionEnabled; } + void setVideoRectangle(const Rect& r); + void unsetVideoRectangle(); + protected: friend class VNCSConnectionST; @@ -252,6 +255,7 @@ namespace rfb { bool disableclients; bool m_videoSelectionEnabled; + Rect m_videoRect; }; }; |