aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/CConn.cxx
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2020-01-03 13:46:54 +0100
committerPierre Ossman <ossman@cendio.se>2020-01-03 13:46:54 +0100
commit81e114f29f007c689a41ca2bb72f314d50898381 (patch)
treec72d8c1a87068f4608e8ba87711bf6d9c7de4a4f /vncviewer/CConn.cxx
parent73014910f56278a91e796ad8eed620196e289f47 (diff)
downloadtigervnc-81e114f29f007c689a41ca2bb72f314d50898381.tar.gz
tigervnc-81e114f29f007c689a41ca2bb72f314d50898381.zip
Allow XK_Scroll_Lock when LED state isn't supported
Otherwise such clients cannot use Scroll Lock at all, and that is probably worse than any effects we might get from getting out of sync.
Diffstat (limited to 'vncviewer/CConn.cxx')
-rw-r--r--vncviewer/CConn.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vncviewer/CConn.cxx b/vncviewer/CConn.cxx
index eba5dd34..234564f6 100644
--- a/vncviewer/CConn.cxx
+++ b/vncviewer/CConn.cxx
@@ -82,7 +82,7 @@ CConn::CConn(const char* vncServerName, network::Socket* socket=NULL)
supportsLocalCursor = true;
supportsDesktopResize = true;
- supportsLEDState = true;
+ supportsLEDState = false;
if (customCompressLevel)
setCompressLevel(::compressLevel);