Explorar el Código

Re-enable lock key sync in viewer

This was accidentally disabled in 81e114f.
tags/v1.12.90
Pierre Ossman hace 1 año
padre
commit
7ac8711ddb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      vncviewer/CConn.cxx

+ 1
- 1
vncviewer/CConn.cxx Ver fichero

@@ -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);

Cargando…
Cancelar
Guardar