]> source.dussan.org Git - tigervnc.git/commit
Split out the pixel format conversion magic to its own class and make
authorPierre Ossman <ossman@cendio.se>
Tue, 8 Mar 2011 16:53:07 +0000 (16:53 +0000)
committerPierre Ossman <ossman@cendio.se>
Tue, 8 Mar 2011 16:53:07 +0000 (16:53 +0000)
commita273934db1bf1a599fb45f7e5e74436cdac99748
treef840f0110aa4e8a137b5296d08470d01b951519b
parent90a57dad03ba2192ce9bef8feb66504dc7be0a05
Split out the pixel format conversion magic to its own class and make
TransImageGetter be just an ImageGetter interface to that functionality. This
allows more flexible use of the pixel conversion routines.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4338 3789f03b-4d11-0410-bbf8-ca57d06f2519
common/rfb/CMakeLists.txt
common/rfb/PixelTransformer.cxx [new file with mode: 0644]
common/rfb/PixelTransformer.h [new file with mode: 0644]
common/rfb/TransImageGetter.cxx
common/rfb/TransImageGetter.h
common/rfb/VNCSConnectionST.cxx
unix/tx/TXImage.cxx