summaryrefslogtreecommitdiffstats
path: root/common/rfb/ClientParams.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2018-10-29 10:03:37 +0100
committerPierre Ossman <ossman@cendio.se>2018-12-10 20:19:41 +0100
commit2daba9b2049a9943eaed3dca1c36567ba1a84860 (patch)
tree737e2c238ae93e41670e0ac30e4d3772c6c88426 /common/rfb/ClientParams.h
parentdfc28f12d334900a681e2c522293e0efa70e8ca4 (diff)
downloadtigervnc-2daba9b2049a9943eaed3dca1c36567ba1a84860.tar.gz
tigervnc-2daba9b2049a9943eaed3dca1c36567ba1a84860.zip
Abstract sending cursor and resizing the desktop
Avoid having the callers need to know about the different variants of these functions and instead have the writer pick the most appropriate extension.
Diffstat (limited to 'common/rfb/ClientParams.h')
-rw-r--r--common/rfb/ClientParams.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/rfb/ClientParams.h b/common/rfb/ClientParams.h
index 63d4e192..f7a7044b 100644
--- a/common/rfb/ClientParams.h
+++ b/common/rfb/ClientParams.h
@@ -87,6 +87,7 @@ namespace rfb {
// Wrappers to check for functionality rather than specific
// encodings
bool supportsLocalCursor() const;
+ bool supportsDesktopSize() const;
bool supportsLEDState() const;
bool supportsFence() const;
bool supportsContinuousUpdates() const;