aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/CMsgReader.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2018-11-05 16:28:57 +0100
committerPierre Ossman <ossman@cendio.se>2018-12-10 21:19:26 +0100
commit62b0786cc88b66c365c3f5027793aaa6ea77108d (patch)
treef7392812c84ef7707aad8cf98bb58e5a8e2b5c49 /common/rfb/CMsgReader.h
parent4a6266f5a7db89e70977c62da1d519a00f9a550d (diff)
downloadtigervnc-62b0786cc88b66c365c3f5027793aaa6ea77108d.tar.gz
tigervnc-62b0786cc88b66c365c3f5027793aaa6ea77108d.zip
Add support for VMware LED status
Diffstat (limited to 'common/rfb/CMsgReader.h')
-rw-r--r--common/rfb/CMsgReader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/rfb/CMsgReader.h b/common/rfb/CMsgReader.h
index 029e95c1..03f3d8d2 100644
--- a/common/rfb/CMsgReader.h
+++ b/common/rfb/CMsgReader.h
@@ -67,6 +67,7 @@ namespace rfb {
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;