]> source.dussan.org Git - tigervnc.git/commit
Basic infrastructure to support fences.
authorPierre Ossman <ossman@cendio.se>
Mon, 14 Nov 2011 15:44:11 +0000 (15:44 +0000)
committerPierre Ossman <ossman@cendio.se>
Mon, 14 Nov 2011 15:44:11 +0000 (15:44 +0000)
commitc754cceeca839b7caeca9c62bb2e08688725c458
treee375bfe896e0d1ff7915955b31922881bb6aa55d
parent6b4aea78b8510e871f2f964222b8182a2db38cc8
Basic infrastructure to support fences.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4798 3789f03b-4d11-0410-bbf8-ca57d06f2519
24 files changed:
common/rfb/CConnection.cxx
common/rfb/CConnection.h
common/rfb/CMsgHandler.cxx
common/rfb/CMsgHandler.h
common/rfb/CMsgReaderV3.cxx
common/rfb/CMsgReaderV3.h
common/rfb/CMsgWriter.cxx
common/rfb/CMsgWriter.h
common/rfb/CMsgWriterV3.cxx
common/rfb/CMsgWriterV3.h
common/rfb/ConnParams.cxx
common/rfb/ConnParams.h
common/rfb/SConnection.cxx
common/rfb/SConnection.h
common/rfb/SMsgHandler.cxx
common/rfb/SMsgHandler.h
common/rfb/SMsgReaderV3.cxx
common/rfb/SMsgReaderV3.h
common/rfb/SMsgWriter.h
common/rfb/SMsgWriterV3.cxx
common/rfb/SMsgWriterV3.h
common/rfb/encodings.h
common/rfb/fenceTypes.h [new file with mode: 0644]
common/rfb/msgTypes.h