]> source.dussan.org Git - tigervnc.git/commit
Send desktop layout changes separately
authorPierre Ossman <ossman@cendio.se>
Thu, 23 Apr 2009 12:31:42 +0000 (12:31 +0000)
committerPierre Ossman <ossman@cendio.se>
Thu, 23 Apr 2009 12:31:42 +0000 (12:31 +0000)
commite9962f723139b39b7d389d5344cc54a16a7bd0be
treef9cced7ff67eaac254d9ca509ad8d8ddf8638af8
parent53125a76e9f7a1f8de65c802fba2741559345788
Send desktop layout changes separately

Make sure we send any modifications to the desktop layout in a message that
does not modify the framebuffer data. This is required to make sure we have
a valid state on the client as it drops the framebuffer when it recieves a
framebuffer dimension change.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3787 3789f03b-4d11-0410-bbf8-ca57d06f2519
common/rfb/SMsgWriter.cxx
common/rfb/SMsgWriter.h
common/rfb/SMsgWriterV3.cxx
common/rfb/SMsgWriterV3.h
common/rfb/VNCSConnectionST.cxx