commit | 2fa63f8576e5d1c632efeeb2c185f11e943899d8 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Mon Dec 05 15:26:21 2016 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Thu Aug 24 12:33:03 2017 +0200 |
tree | 9a4e68d8be1ff669c2c07b95380ba4a0a71a3e6d | |
parent | 82e753d4e1928342c82cc7b82e854aa2666d1145 [diff] [blame] |
Add client support for LED state sync
diff --git a/common/rfb/CMsgReader.h b/common/rfb/CMsgReader.h index 7b52033..9963827 100644 --- a/common/rfb/CMsgReader.h +++ b/common/rfb/CMsgReader.h
@@ -65,6 +65,7 @@ void readSetCursorWithAlpha(int width, int height, const Point& hotspot); void readSetDesktopName(int x, int y, int w, int h); void readExtendedDesktopSize(int x, int y, int w, int h); + void readLEDState(); CMsgHandler* handler; rdr::InStream* is;