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/CMsgReader.h b/common/rfb/CMsgReader.h index 029e95c..03f3d8d 100644 --- a/common/rfb/CMsgReader.h +++ b/common/rfb/CMsgReader.h
@@ -67,6 +67,7 @@ void readSetDesktopName(int x, int y, int w, int h); void readExtendedDesktopSize(int x, int y, int w, int h); void readLEDState(); + void readVMwareLEDState(); CMsgHandler* handler; rdr::InStream* is;