aboutsummaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/XserverDesktop.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2016-12-12 15:39:54 +0100
committerPierre Ossman <ossman@cendio.se>2017-08-24 12:33:08 +0200
commitac94b50e634e50dbb507b01759678a526dda34a3 (patch)
tree2e4a8b98518b8ade9ca16529022974127dcd596d /unix/xserver/hw/vnc/XserverDesktop.h
parentbb305ca3dbbc316c9742d36b0919226e15120add (diff)
downloadtigervnc-ac94b50e634e50dbb507b01759678a526dda34a3.tar.gz
tigervnc-ac94b50e634e50dbb507b01759678a526dda34a3.zip
Add support for lock LED state to Xvnc/libvnc.so
Diffstat (limited to 'unix/xserver/hw/vnc/XserverDesktop.h')
-rw-r--r--unix/xserver/hw/vnc/XserverDesktop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/xserver/hw/vnc/XserverDesktop.h b/unix/xserver/hw/vnc/XserverDesktop.h
index c766c267..cd85e4b0 100644
--- a/unix/xserver/hw/vnc/XserverDesktop.h
+++ b/unix/xserver/hw/vnc/XserverDesktop.h
@@ -63,6 +63,7 @@ public:
void setFramebuffer(int w, int h, void* fbptr, int stride);
void refreshScreenLayout();
void bell();
+ void setLEDState(unsigned int state);
void serverCutText(const char* str, int len);
void setDesktopName(const char* name);
void setCursor(int width, int height, int hotX, int hotY,