aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/CConn.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2018-06-19 10:42:24 +0200
committerPierre Ossman <ossman@cendio.se>2018-11-01 16:11:42 +0100
commit6eecbcafd4e4d7d07d3a5a18756d391cb6c0d842 (patch)
tree536a7a042d1c6f62dedfe18143d1c3cbb1f62597 /vncviewer/CConn.h
parentb114f5cfb7b792fa6b1c943fcc78f6e8c146b742 (diff)
downloadtigervnc-6eecbcafd4e4d7d07d3a5a18756d391cb6c0d842.tar.gz
tigervnc-6eecbcafd4e4d7d07d3a5a18756d391cb6c0d842.zip
Stop using fences for pixel format switch
This method was only really useful when continuous updates was active, so let's rely on a single extension rather than two.
Diffstat (limited to 'vncviewer/CConn.h')
-rw-r--r--vncviewer/CConn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vncviewer/CConn.h b/vncviewer/CConn.h
index dd4ae893..5988a94f 100644
--- a/vncviewer/CConn.h
+++ b/vncviewer/CConn.h
@@ -74,6 +74,8 @@ public:
void fence(rdr::U32 flags, unsigned len, const char data[]);
+ void endOfContinuousUpdates();
+
void setLEDState(unsigned int state);
private:
@@ -114,8 +116,6 @@ private:
bool continuousUpdates;
bool forceNonincremental;
-
- bool supportsSyncFence;
};
#endif