commit | 62b0786cc88b66c365c3f5027793aaa6ea77108d | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Mon Nov 05 16:28:57 2018 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Mon Dec 10 21:19:26 2018 +0100 |
tree | f7392812c84ef7707aad8cf98bb58e5a8e2b5c49 | |
parent | 4a6266f5a7db89e70977c62da1d519a00f9a550d [diff] [blame] |
Add support for VMware LED status
diff --git a/common/rfb/ClientParams.cxx b/common/rfb/ClientParams.cxx index bf2caa4..e42d494 100644 --- a/common/rfb/ClientParams.cxx +++ b/common/rfb/ClientParams.cxx
@@ -162,6 +162,8 @@ { if (supportsEncoding(pseudoEncodingLEDState)) return true; + if (supportsEncoding(pseudoEncodingVMwareLEDState)) + return true; return false; }