summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authordscho <dscho>2001-09-26 10:34:56 +0000
committerdscho <dscho>2001-09-26 10:34:56 +0000
commitd6082b694129df97fcbe027d30655d2f0225fdca (patch)
treeb43cb24a120e268a8ad772d6d382141aa2f8c44b /TODO
parent74c7c6cd847cdf062864af1d7826785d0584731b (diff)
downloadlibtdevnc-d6082b694129df97fcbe027d30655d2f0225fdca.tar.gz
libtdevnc-d6082b694129df97fcbe027d30655d2f0225fdca.zip
adapted pnmshow to aligned width
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index ac0dcd5..bbe0b22 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,8 @@
immediate:
----------
-fix bug with odd width (depends on client depth: width has to be multiple of server.bytesPerPixel/client.bytesPerPixel). only raw!!
fix bug in http (java) client with big endian server: byte swapping is broken
+cursor "smears" sometimes when not using cursor encoding
in the works:
-------------
@@ -28,4 +28,5 @@ done:
.httpd
.other encodings
.test drawing of cursors when not using xcursor or rich cursor encoding
+fix bug with odd width (depends on client depth: width has to be multiple of server.bytesPerPixel/client.bytesPerPixel). only raw!! -> bug of vncviewer!