commit | aa73c89d77088b64225d73cf37597c68e201088e | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Tue Nov 15 12:13:37 2011 +0000 |
committer | Pierre Ossman <ossman@cendio.se> | Tue Nov 15 12:13:37 2011 +0000 |
tree | 07a1071d57640c1be21b867f945123e4e39cf0e1 | |
parent | 36dadf85f410f1de283b1e363aa06d8a320834d8 [diff] [blame] |
Client side support for continuous updates. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4805 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/CConn.h b/vncviewer/CConn.h index 25d10e7..ea4edb5 100644 --- a/vncviewer/CConn.h +++ b/vncviewer/CConn.h
@@ -107,6 +107,7 @@ bool firstUpdate; bool pendingUpdate; + bool continuousUpdates; bool forceNonincremental;