]> source.dussan.org Git - tigervnc.git/commitdiff
Re-enable lock key sync in viewer
authorPierre Ossman <ossman@cendio.se>
Wed, 31 Aug 2022 09:10:11 +0000 (11:10 +0200)
committerPierre Ossman <ossman@cendio.se>
Wed, 31 Aug 2022 09:10:11 +0000 (11:10 +0200)
This was accidentally disabled in 81e114f.

vncviewer/CConn.cxx

index c184fda0a26fbce844d4473509f30918833b72b4..045d8f67c0eb4273021df53429f43c1d0e2921e6 100644 (file)
@@ -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);