]> source.dussan.org Git - tigervnc.git/commit
Basic support for QEMU Extended Key Events
authorPierre Ossman <ossman@cendio.se>
Tue, 16 May 2017 12:30:38 +0000 (14:30 +0200)
committerPierre Ossman <ossman@cendio.se>
Mon, 28 Aug 2017 11:54:30 +0000 (13:54 +0200)
commit5ae282135f982505fab655d4f597e7329fb8b0d1
treefe4b2315735c1db49be288fee04dcb4674296364
parentc719e4a0c9e1e3e5b7d22aa42cdaedda3cb06803
Basic support for QEMU Extended Key Events

This adds the basic infrastructure and handshake for the QEMU
Extended Key Events extension. No viewer or server makes use of
the extra functionality yet though.
29 files changed:
common/rfb/CMsgHandler.cxx
common/rfb/CMsgHandler.h
common/rfb/CMsgReader.cxx
common/rfb/CMsgWriter.cxx
common/rfb/CMsgWriter.h
common/rfb/ConnParams.cxx
common/rfb/ConnParams.h
common/rfb/InputHandler.h
common/rfb/SConnection.cxx
common/rfb/SConnection.h
common/rfb/SMsgHandler.cxx
common/rfb/SMsgHandler.h
common/rfb/SMsgReader.cxx
common/rfb/SMsgReader.h
common/rfb/SMsgWriter.cxx
common/rfb/SMsgWriter.h
common/rfb/VNCSConnectionST.cxx
common/rfb/VNCSConnectionST.h
common/rfb/encodings.h
common/rfb/msgTypes.h
common/rfb/qemuTypes.h [new file with mode: 0644]
unix/x0vncserver/x0vncserver.cxx
unix/xserver/hw/vnc/XserverDesktop.cc
unix/xserver/hw/vnc/XserverDesktop.h
vncviewer/Viewport.cxx
win/rfb_win32/SDisplay.cxx
win/rfb_win32/SDisplay.h
win/rfb_win32/SInput.cxx
win/rfb_win32/SInput.h