]> source.dussan.org Git - tigervnc.git/commit
Add client support for LED state sync
authorPierre Ossman <ossman@cendio.se>
Mon, 5 Dec 2016 14:26:21 +0000 (15:26 +0100)
committerPierre Ossman <ossman@cendio.se>
Thu, 24 Aug 2017 10:33:03 +0000 (12:33 +0200)
commit2fa63f8576e5d1c632efeeb2c185f11e943899d8
tree9a4e68d8be1ff669c2c07b95380ba4a0a71a3e6d
parent82e753d4e1928342c82cc7b82e854aa2666d1145
Add client support for LED state sync
19 files changed:
common/rfb/CMsgHandler.cxx
common/rfb/CMsgHandler.h
common/rfb/CMsgReader.cxx
common/rfb/CMsgReader.h
common/rfb/CMsgWriter.cxx
common/rfb/ConnParams.cxx
common/rfb/ConnParams.h
common/rfb/encodings.h
common/rfb/ledStates.h [new file with mode: 0644]
tests/CMakeLists.txt
vncviewer/CConn.cxx
vncviewer/CConn.h
vncviewer/CMakeLists.txt
vncviewer/DesktopWindow.cxx
vncviewer/DesktopWindow.h
vncviewer/Viewport.cxx
vncviewer/Viewport.h
vncviewer/cocoa.h
vncviewer/cocoa.mm