From 5d512c34918178aaeb9205c848912d29daa3663d Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 4 Nov 2011 11:42:16 +0000 Subject: 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 --- vncviewer/CConn.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vncviewer/CConn.h') 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; -- cgit v1.2.3