summaryrefslogtreecommitdiffstats
path: root/common/rfb/CMsgWriter.h
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/CMsgWriter.h
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/CMsgWriter.h')
-rw-r--r--common/rfb/CMsgWriter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/rfb/CMsgWriter.h b/common/rfb/CMsgWriter.h
index e5cc590b..66174598 100644
--- a/common/rfb/CMsgWriter.h
+++ b/common/rfb/CMsgWriter.h
@@ -46,6 +46,8 @@ namespace rfb {
virtual void writeSetDesktopSize(int width, int height,
const ScreenSet& layout)=0;
virtual void writeFence(rdr::U32 flags, unsigned len, const char data[])=0;
+ virtual void writeEnableContinuousUpdates(bool enable,
+ int x, int y, int w, int h)=0;
// CMsgWriter implemented methods
virtual void writeSetPixelFormat(const PixelFormat& pf);