]> source.dussan.org Git - tigervnc.git/commit
Split out ServerParams from ConnParams
authorPierre Ossman <ossman@cendio.se>
Mon, 18 Jun 2018 13:44:26 +0000 (15:44 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 1 Nov 2018 15:11:42 +0000 (16:11 +0100)
commitb14a6bc1aacc3238a1e318d9f165d25674f34d45
tree2ba37543fa3941d738ef73a080ae24750ac125a8
parent9312b0e3e16a0eee66945a1220d914067132de9a
Split out ServerParams from ConnParams

We need to track different things in the server and client, so
separate things to two independent structures to keep things more
clear.
30 files changed:
common/rfb/CConnection.cxx
common/rfb/CMakeLists.txt
common/rfb/CMsgHandler.cxx
common/rfb/CMsgHandler.h
common/rfb/CMsgReader.cxx
common/rfb/CMsgWriter.cxx
common/rfb/CMsgWriter.h
common/rfb/CopyRectDecoder.cxx
common/rfb/CopyRectDecoder.h
common/rfb/DecodeManager.cxx
common/rfb/DecodeManager.h
common/rfb/Decoder.cxx
common/rfb/Decoder.h
common/rfb/HextileDecoder.cxx
common/rfb/HextileDecoder.h
common/rfb/RREDecoder.cxx
common/rfb/RREDecoder.h
common/rfb/RawDecoder.cxx
common/rfb/RawDecoder.h
common/rfb/ServerParams.cxx [new file with mode: 0644]
common/rfb/ServerParams.h [new file with mode: 0644]
common/rfb/TightDecoder.cxx
common/rfb/TightDecoder.h
common/rfb/ZRLEDecoder.cxx
common/rfb/ZRLEDecoder.h
tests/decperf.cxx
tests/encperf.cxx
vncviewer/CConn.cxx
vncviewer/DesktopWindow.cxx
vncviewer/Viewport.cxx