diff options
author | Pierre Ossman <ossman@cendio.se> | 2011-11-15 12:13:37 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2011-11-15 12:13:37 +0000 |
commit | aa73c89d77088b64225d73cf37597c68e201088e (patch) | |
tree | 07a1071d57640c1be21b867f945123e4e39cf0e1 /vncviewer/CConn.h | |
parent | 36dadf85f410f1de283b1e363aa06d8a320834d8 (diff) | |
download | tigervnc-aa73c89d77088b64225d73cf37597c68e201088e.tar.gz tigervnc-aa73c89d77088b64225d73cf37597c68e201088e.zip |
Client side support for continuous updates.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4805 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer/CConn.h')
-rw-r--r-- | vncviewer/CConn.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vncviewer/CConn.h b/vncviewer/CConn.h index 25d10e78..ea4edb55 100644 --- a/vncviewer/CConn.h +++ b/vncviewer/CConn.h @@ -107,6 +107,7 @@ private: bool firstUpdate; bool pendingUpdate; + bool continuousUpdates; bool forceNonincremental; |