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/vncviewer/DesktopWindow.h b/vncviewer/DesktopWindow.h index 4224699..f1bf312 100644 --- a/vncviewer/DesktopWindow.h +++ b/vncviewer/DesktopWindow.h
@@ -66,6 +66,9 @@ void setCursor(int width, int height, const rfb::Point& hotspot, const rdr::U8* data); + // Change client LED state + void setLEDState(unsigned int state); + // Fl_Window callback methods void draw(); void resize(int x, int y, int w, int h);