]> source.dussan.org Git - tigervnc.git/commit
Let CMsgHandler::serverInit() handle initial set up
authorPierre Ossman <ossman@cendio.se>
Wed, 31 Oct 2018 16:08:59 +0000 (17:08 +0100)
committerPierre Ossman <ossman@cendio.se>
Thu, 1 Nov 2018 15:11:42 +0000 (16:11 +0100)
commitdd45b4490100f70e21000c5181540c224e0f3c41
tree440df3c66f396e20c1dc40989d1ee40211252d26
parent2affd7753274ddf3b93505f0ae26af3c45aa3fec
Let CMsgHandler::serverInit() handle initial set up

Avoid using the callbacks used for runtime changes for the initial
setup. They weren't really useful anyway as you could not allocate
a framebuffer without also knowing the pixel format. So make things
more clear by letting serverInit() get the initial settings.
common/rfb/CConnection.cxx
common/rfb/CConnection.h
common/rfb/CMsgHandler.cxx
common/rfb/CMsgHandler.h
common/rfb/CMsgReader.cxx
tests/decperf.cxx
tests/encperf.cxx
vncviewer/CConn.cxx