aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/SMsgHandler.h
diff options
context:
space:
mode:
authorConstantin Kaplinsky <const@tightvnc.com>2008-06-14 05:23:10 +0000
committerConstantin Kaplinsky <const@tightvnc.com>2008-06-14 05:23:10 +0000
commit9d1fc6cddf1bc34920d4df7cd6d396f1cb2f7fe4 (patch)
treeb1b0b7e470deb354d2248188e8067362e905b158 /common/rfb/SMsgHandler.h
parent6970b2d8b61a78a9d9b7549269096b8f025a8b44 (diff)
downloadtigervnc-9d1fc6cddf1bc34920d4df7cd6d396f1cb2f7fe4.tar.gz
tigervnc-9d1fc6cddf1bc34920d4df7cd6d396f1cb2f7fe4.zip
Handling VideoRectangleSelection protocol message (TightVNC extension).
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2585 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/SMsgHandler.h')
-rw-r--r--common/rfb/SMsgHandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/rfb/SMsgHandler.h b/common/rfb/SMsgHandler.h
index cf3377d5..f6d714c7 100644
--- a/common/rfb/SMsgHandler.h
+++ b/common/rfb/SMsgHandler.h
@@ -47,6 +47,9 @@ namespace rfb {
virtual void setEncodings(int nEncodings, rdr::U32* encodings);
virtual void framebufferUpdateRequest(const Rect& r, bool incremental);
+ virtual void setVideoRectangle(const Rect& r);
+ virtual void unsetVideoRectangle();
+
// InputHandler interface
// The InputHandler methods will be called for the corresponding messages.