diff options
author | Pierre Ossman <ossman@cendio.se> | 2018-06-20 15:47:49 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2018-11-01 16:11:42 +0100 |
commit | 6ea58ba97b93331ef3dc8fc6daf973612561773a (patch) | |
tree | f4c203274e1a5ee8de7053431dbe0f6a8e9bee2c /common/rfb/ServerParams.h | |
parent | dc738ac7545585b12e904f8ebc90327acbc51ddf (diff) | |
download | tigervnc-6ea58ba97b93331ef3dc8fc6daf973612561773a.tar.gz tigervnc-6ea58ba97b93331ef3dc8fc6daf973612561773a.zip |
Merge client resize capabilities
No need to have one setting for each extension. All the client code
needs to indicate is if it supports resize. The common code can then
map this to relevant extensions.
Diffstat (limited to 'common/rfb/ServerParams.h')
-rw-r--r-- | common/rfb/ServerParams.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/rfb/ServerParams.h b/common/rfb/ServerParams.h index cae38cb5..09ebddc0 100644 --- a/common/rfb/ServerParams.h +++ b/common/rfb/ServerParams.h @@ -71,7 +71,6 @@ namespace rfb { bool supportsLocalCursor; bool supportsDesktopResize; - bool supportsExtendedDesktopSize; bool supportsLEDState; bool supportsQEMUKeyEvent; |