diff options
author | Peter Åstrand <astrand@cendio.se> | 2005-01-31 09:15:33 +0000 |
---|---|---|
committer | Peter Åstrand <astrand@cendio.se> | 2005-01-31 09:15:33 +0000 |
commit | f86db93070f5fdd9d1503747053bb19c176c0027 (patch) | |
tree | 414ec3f87851cfab5ad1cfbe6987272156009cfd /doc | |
parent | b491543beafd07206c1a8fe011f7ce109d703199 (diff) | |
download | tigervnc-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/TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |