]> source.dussan.org Git - tigervnc.git/commit
Handle CopyRect like any other encoding
authorPierre Ossman <ossman@cendio.se>
Fri, 31 Jan 2014 10:21:51 +0000 (11:21 +0100)
committerPierre Ossman <ossman@cendio.se>
Mon, 7 Jul 2014 12:42:08 +0000 (14:42 +0200)
commitd704e4ae77724abca7835f53390dacbfe1b09f9f
treeafeeea0cb8e54240ce7fc8648f92f12599af81f7
parent4aba19e287b0105bb47777762ce14b3786d91019
Handle CopyRect like any other encoding

Avoids having to special case things. Keeps the code simpler.
common/rfb/CMakeLists.txt
common/rfb/CMsgReader.cxx
common/rfb/CMsgReader.h
common/rfb/CMsgWriter.cxx
common/rfb/CopyRectDecoder.cxx [new file with mode: 0644]
common/rfb/CopyRectDecoder.h [new file with mode: 0644]
common/rfb/Decoder.cxx