commit | 4a6266f5a7db89e70977c62da1d519a00f9a550d | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Mon Nov 05 16:28:18 2018 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Mon Dec 10 21:19:26 2018 +0100 |
tree | af129daa59f295ee7256e32e720664cfef888293 | |
parent | c3826bb2fcb60efa495b54dd66296bc55ce28ecf [diff] [blame] |
Add support for VMware cursors
diff --git a/common/rfb/CConnection.cxx b/common/rfb/CConnection.cxx index 3ea217f..3a6b744 100644 --- a/common/rfb/CConnection.cxx +++ b/common/rfb/CConnection.cxx
@@ -596,6 +596,7 @@ if (supportsLocalCursor) { encodings.push_back(pseudoEncodingCursorWithAlpha); + encodings.push_back(pseudoEncodingVMwareCursor); encodings.push_back(pseudoEncodingCursor); encodings.push_back(pseudoEncodingXCursor); }