]> source.dussan.org Git - tigervnc.git/commitdiff
Added TODO item about the problem when byte order differs between the
authorPeter Åstrand <astrand@cendio.se>
Mon, 31 Jan 2005 09:15:33 +0000 (09:15 +0000)
committerPeter Åstrand <astrand@cendio.se>
Mon, 31 Jan 2005 09:15:33 +0000 (09:15 +0000)
host and the Xserver.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@133 3789f03b-4d11-0410-bbf8-ca57d06f2519

doc/TODO

index c61308c2114cf909fba4c8d0c703974ec573ab2c..2069e694254ee399e3f5d53d5c586264a702bd49 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,4 +1,11 @@
 
+* When running the UNIX vncviewer on a host with a different byte
+  order than the Xserver, the colors are incorrect. This happens when
+  using color depth 24 ("cutZeros"). Basically, the problem is that 
+  the RGB24_TO_PIXEL32 macro is wrong; we need to swap endianess
+  in this situation. There seems to be something wrong with the local
+  cursor handling as well. 
+
 * Change version strings. 
 
 * Tight encoding support