summaryrefslogtreecommitdiffstats
path: root/vncviewer/CConn.h
diff options
context:
space:
mode:
Diffstat (limited to 'vncviewer/CConn.h')
-rw-r--r--vncviewer/CConn.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vncviewer/CConn.h b/vncviewer/CConn.h
index 0f5be621..45928878 100644
--- a/vncviewer/CConn.h
+++ b/vncviewer/CConn.h
@@ -32,6 +32,8 @@ public:
CConn(const char* vncServerName);
~CConn();
+ void refreshFramebuffer();
+
// FdInStreamBlockCallback methods
void blockCallback();
@@ -91,6 +93,8 @@ private:
bool firstUpdate;
bool pendingUpdate;
+
+ bool forceNonincremental;
};
#endif