aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2022-08-31 11:10:11 +0200
committerPierre Ossman <ossman@cendio.se>2022-08-31 11:10:11 +0200
commit7ac8711ddb79124946ab9a7092ee8999e765c295 (patch)
tree235b2b667f93518cddd2e95a48e8ed024654a765
parent420ae20e847b644dc2b8275fad9c87bb6c2a0d60 (diff)
downloadtigervnc-7ac8711ddb79124946ab9a7092ee8999e765c295.tar.gz
tigervnc-7ac8711ddb79124946ab9a7092ee8999e765c295.zip
Re-enable lock key sync in viewer
This was accidentally disabled in 81e114f.
-rw-r--r--vncviewer/CConn.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vncviewer/CConn.cxx b/vncviewer/CConn.cxx
index c184fda0..045d8f67 100644
--- a/vncviewer/CConn.cxx
+++ b/vncviewer/CConn.cxx
@@ -86,7 +86,7 @@ CConn::CConn(const char* vncServerName, network::Socket* socket=NULL)
supportsLocalCursor = true;
supportsCursorPosition = true;
supportsDesktopResize = true;
- supportsLEDState = false;
+ supportsLEDState = true;
if (customCompressLevel)
setCompressLevel(::compressLevel);