summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPeter Åstrand <astrand@cendio.se>2005-01-31 09:15:33 +0000
committerPeter Åstrand <astrand@cendio.se>2005-01-31 09:15:33 +0000
commitf86db93070f5fdd9d1503747053bb19c176c0027 (patch)
tree414ec3f87851cfab5ad1cfbe6987272156009cfd /doc
parentb491543beafd07206c1a8fe011f7ce109d703199 (diff)
downloadtigervnc-f86db93070f5fdd9d1503747053bb19c176c0027.tar.gz
tigervnc-f86db93070f5fdd9d1503747053bb19c176c0027.zip
Added TODO item about the problem when byte order differs between the
host and the Xserver. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@133 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index c61308c2..2069e694 100644
--- 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