]> source.dussan.org Git - tigervnc.git/commit
Move preferred encoding tracking into a server object 33/head
authorPierre Ossman <ossman@cendio.se>
Wed, 17 Sep 2014 15:11:56 +0000 (17:11 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 18 Sep 2014 12:08:42 +0000 (14:08 +0200)
commit487008102e35ccbde59c54500700ba2b85f981c2
tree6585b5fddd2d7a9ec272b53cd28aaa083c8e8b55
parent1ec4531ca6b37db1fa9b9cc5d5db289be32d4241
Move preferred encoding tracking into a server object

Having it in ConnParams made the linker pull all the encoder objects
into vncviewer, making it larger than necessary and giving it extra
parameters in its help output that weren't relevant.
common/rfb/ConnParams.cxx
common/rfb/ConnParams.h
common/rfb/EncodeManager.cxx
common/rfb/SConnection.cxx
common/rfb/SConnection.h