]> source.dussan.org Git - tigervnc.git/commit
Revert commit 3784 as it was incorrect. A "Pixel" is always expected to be in
authorPierre Ossman <ossman@cendio.se>
Thu, 30 Sep 2010 09:19:15 +0000 (09:19 +0000)
committerPierre Ossman <ossman@cendio.se>
Thu, 30 Sep 2010 09:19:15 +0000 (09:19 +0000)
commit025e660b290bff9153aa79191349fdb894caf72e
tree4b4bc5e11ea364cc3fd21823ea23673f46174988
parentfa4b3ac481054e39110fcb3d38c64eaf73c18a61
Revert commit 3784 as it was incorrect. A "Pixel" is always expected to be in
native endian, and hence requires no swapping. The code in tightEncode.h
however is working on pixel buffers, not Pixel arrays, so that's where the
real bug was and is hereby properly fixed.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4151 3789f03b-4d11-0410-bbf8-ca57d06f2519
common/rfb/PixelFormat.inl
common/rfb/tightEncode.h