diff options
author | Pierre Ossman <ossman@cendio.se> | 2011-11-04 11:42:16 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2011-11-04 11:42:16 +0000 |
commit | 5d512c34918178aaeb9205c848912d29daa3663d (patch) | |
tree | bbb94a6da99a84cc82e5b67e9107849cff4b4b9c /vncviewer/CConn.h | |
parent | 21a5066481392b87a78b4219cb36c13c5e999f4c (diff) | |
download | tigervnc-5d512c34918178aaeb9205c848912d29daa3663d.tar.gz tigervnc-5d512c34918178aaeb9205c848912d29daa3663d.zip |
Redesign the format switching logic so that we don't have to adjust the way
we send out update requests.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4766 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer/CConn.h')
-rw-r--r-- | vncviewer/CConn.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vncviewer/CConn.h b/vncviewer/CConn.h index d6177fcd..6dd32043 100644 --- a/vncviewer/CConn.h +++ b/vncviewer/CConn.h @@ -95,6 +95,9 @@ private: rfb::PixelFormat serverPF; rfb::PixelFormat fullColourPF; + bool pendingPFChange; + rfb::PixelFormat pendingPF; + int currentEncoding, lastServerEncoding; bool formatChange; |