summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authordscho <dscho>2001-10-04 11:58:57 +0000
committerdscho <dscho>2001-10-04 11:58:57 +0000
commitbd5fdd670ccae30a31d6b007c312b6d2a1a59cc0 (patch)
tree180753d573f8253e7667a763ef63e8c73e8ef57f /CHANGES
parent2a683877ecf21311cd05d4d509e3e2e4e43adae6 (diff)
downloadlibtdevnc-bd5fdd670ccae30a31d6b007c312b6d2a1a59cc0.tar.gz
libtdevnc-bd5fdd670ccae30a31d6b007c312b6d2a1a59cc0.zip
fixed 2 pthreads issues, added noXCursor option.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index ccf5ee5..b15441c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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