]> source.dussan.org Git - tigervnc.git/commit
Rename ConnParams to ClientParams
authorPierre Ossman <ossman@cendio.se>
Mon, 18 Jun 2018 13:59:00 +0000 (15:59 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 1 Nov 2018 15:11:42 +0000 (16:11 +0100)
commit0d3ce87f11c7bbafe071a966e78a2921819d2d58
treeec4613a3bc3579a9c1e15f9a30adfaf90e0f0705
parentb14a6bc1aacc3238a1e318d9f165d25674f34d45
Rename ConnParams to ClientParams

Now that we've split out server state to ServerParams, ConnParams
only contains state for a client. Rename the class and variables
to reflect this.
19 files changed:
common/rfb/CMakeLists.txt
common/rfb/ClientParams.cxx [new file with mode: 0644]
common/rfb/ClientParams.h [new file with mode: 0644]
common/rfb/ConnParams.cxx [deleted file]
common/rfb/ConnParams.h [deleted file]
common/rfb/EncodeManager.cxx
common/rfb/HextileEncoder.cxx
common/rfb/JpegCompressor.cxx
common/rfb/RREEncoder.cxx
common/rfb/SConnection.cxx
common/rfb/SMsgHandler.cxx
common/rfb/SMsgHandler.h
common/rfb/SMsgWriter.cxx
common/rfb/SMsgWriter.h
common/rfb/TightEncoder.cxx
common/rfb/TightJPEGEncoder.cxx
common/rfb/VNCSConnectionST.cxx
common/rfb/ZRLEEncoder.cxx
tests/encperf.cxx