diff options
author | dscho <dscho> | 2001-10-04 11:58:57 +0000 |
---|---|---|
committer | dscho <dscho> | 2001-10-04 11:58:57 +0000 |
commit | bd5fdd670ccae30a31d6b007c312b6d2a1a59cc0 (patch) | |
tree | 180753d573f8253e7667a763ef63e8c73e8ef57f /TODO | |
parent | 2a683877ecf21311cd05d4d509e3e2e4e43adae6 (diff) | |
download | libvncserver-bd5fdd670ccae30a31d6b007c312b6d2a1a59cc0.zip libvncserver-bd5fdd670ccae30a31d6b007c312b6d2a1a59cc0.tar.gz |
fixed 2 pthreads issues, added noXCursor option.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,9 +5,6 @@ udp documentation perhaps the option (or just hint) not to mark very tiny regions as modified, because that is inefficient for the encodings. -optionally dont draw rich cursors as xcursors -cursor smears on IRIX with pthreads, then has bus error. has to be a mutex - problem in cursor routines. later: ------ @@ -18,6 +15,9 @@ CORBA done: ----- +.optionally dont draw rich cursors as xcursors +.cursor smears on IRIX with pthreads, then has bus error. has to be a mutex + problem in cursor routines. .fix bug in http (java) client with big endian server: byte swapping is broken (was a cursorshape which was sent too soon; java vncviewer assumes a rich cursor shape to be always 1 byte per pixel, however, framebuffer |