summaryrefslogtreecommitdiffstats
path: root/common/rfb/SMsgHandler.cxx
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.cxx
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.cxx')
-rw-r--r--common/rfb/SMsgHandler.cxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/common/rfb/SMsgHandler.cxx b/common/rfb/SMsgHandler.cxx
index ccc97ad0..64f05345 100644
--- a/common/rfb/SMsgHandler.cxx
+++ b/common/rfb/SMsgHandler.cxx
@@ -50,3 +50,12 @@ void SMsgHandler::framebufferUpdateRequest(const Rect& r, bool incremental)
void SMsgHandler::supportsLocalCursor()
{
}
+
+void SMsgHandler::setVideoRectangle(const Rect& r)
+{
+}
+
+void SMsgHandler::unsetVideoRectangle()
+{
+}
+