diff options
Diffstat (limited to 'common/rfb/ClientParams.h')
-rw-r--r-- | common/rfb/ClientParams.h | 1 |
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; |