]> source.dussan.org Git - tigervnc.git/commit
Move client attributes out of ServerParams
authorPierre Ossman <ossman@cendio.se>
Wed, 20 Jun 2018 14:03:23 +0000 (16:03 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 1 Nov 2018 15:11:42 +0000 (16:11 +0100)
commitb03512c65d962485efc9d2b206d293916e1cf01c
treebfda962d3eb5e29b10fc7776bded8f87d2d9b0a3
parent6ea58ba97b93331ef3dc8fc6daf973612561773a
Move client attributes out of ServerParams

ServerParams should contain the server state and not information about
client settings or capabilities. Move those things up a level to the
CConnection object.
common/rfb/CConnection.cxx
common/rfb/CConnection.h
common/rfb/ServerParams.cxx
common/rfb/ServerParams.h
vncviewer/CConn.cxx