commit | bb305ca3dbbc316c9742d36b0919226e15120add | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Sun Dec 11 12:41:26 2016 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Thu Aug 24 12:33:08 2017 +0200 |
tree | 4e02a61174797166a06c0987ef7919d2ed7f775c | |
parent | 1668cfaef2fe7effb38f311d232d4f57a8703d11 [diff] [blame] |
Add server side lock key sync heuristic Based on QEMU's behaviour.
diff --git a/common/rfb/VNCServer.h b/common/rfb/VNCServer.h index 982a4ff..c5335ad 100644 --- a/common/rfb/VNCServer.h +++ b/common/rfb/VNCServer.h
@@ -74,6 +74,10 @@ // setName() tells the server what desktop title to supply to clients virtual void setName(const char* name) = 0; + + // setLEDState() tells the server what the current lock keys LED + // state is + virtual void setLEDState(unsigned int state) = 0; }; } #endif