summaryrefslogtreecommitdiffstats
path: root/common/rfb/CMsgHandler.cxx
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2011-11-14 16:22:23 +0000
committerPierre Ossman <ossman@cendio.se>2011-11-14 16:22:23 +0000
commitc898d9af833212adc2ac5839899d82895976dee9 (patch)
treee426a325ba8346e1fc54a4ba780adffb883bd04e /common/rfb/CMsgHandler.cxx
parente28bdb22ff9cc95dfadee4437c1a5a4328d083cd (diff)
downloadtigervnc-c898d9af833212adc2ac5839899d82895976dee9.tar.gz
tigervnc-c898d9af833212adc2ac5839899d82895976dee9.zip
Basic infrastructure for continuous updates.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4801 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/CMsgHandler.cxx')
-rw-r--r--common/rfb/CMsgHandler.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/rfb/CMsgHandler.cxx b/common/rfb/CMsgHandler.cxx
index 53f496b0..eff47766 100644
--- a/common/rfb/CMsgHandler.cxx
+++ b/common/rfb/CMsgHandler.cxx
@@ -69,3 +69,8 @@ void CMsgHandler::fence(rdr::U32 flags, unsigned len, const char data[])
{
cp.supportsFence = true;
}
+
+void CMsgHandler::endOfContinuousUpdates()
+{
+ cp.supportsContinuousUpdates = true;
+}