diff options
| author | dscho <dscho> | 2001-09-25 10:52:57 +0000 |
|---|---|---|
| committer | dscho <dscho> | 2001-09-25 10:52:57 +0000 |
| commit | 94f04a8631dfcb3688e58dc579265981c107e005 (patch) | |
| tree | 8a5f6bdfcf9c30cbd891c58223ad40908faf89d1 /TODO | |
| parent | cb3b9c77001189d2d0d72153f1c0667fd3f289f2 (diff) | |
| download | libtdevnc-94f04a8631dfcb3688e58dc579265981c107e005.tar.gz libtdevnc-94f04a8631dfcb3688e58dc579265981c107e005.zip | |
fix cursor bug; missing keysym; fix align problem on SGI; clean up cursor.c
clean up rfb.h a bit; endian issues
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 18 |
1 files changed, 16 insertions, 2 deletions
@@ -1,13 +1,27 @@ -fix bug with odd width +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 + +in the works: +------------- + adapt rdp2vnc (rdesktop) -dont draw rich cursors as xcursors +optionally dont draw rich cursors as xcursors + +later: +------ + udp rfbCloseClient, rfbConnect, ConnectToTcpAddr CORBA translate.c: warning about non 8-bit colourmaps set colourmap +documentation done: +----- .cursors .cutpaste |
