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 /CHANGES | |
parent | 2a683877ecf21311cd05d4d509e3e2e4e43adae6 (diff) | |
download | libtdevnc-bd5fdd670ccae30a31d6b007c312b6d2a1a59cc0.tar.gz libtdevnc-bd5fdd670ccae30a31d6b007c312b6d2a1a59cc0.zip |
fixed 2 pthreads issues, added noXCursor option.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,6 +1,14 @@ 0.2 + added flag to optionally not send XCursor updates. + fixed java viewer on server side: + SendCursorUpdate would send data even before the client pixel format + was set. + fixed two pthread issues: + rfbSendFramebuffer was sent by a ProcessClientMessage function + (unprotected by updateMutex). + cursor coordinates were set without protection by cursorMutex source is now equivalent to TridiaVNC 1.2.1 - pthreads now work (use the iterators!) + pthreads now work (use iterators!) cursors are supported (rfbSetCursor automatically undraws cursor) support for 3 bytes/pixel (slow!) server side colourmap support |