diff options
author | dscho <dscho> | 2001-10-03 02:11:59 +0000 |
---|---|---|
committer | dscho <dscho> | 2001-10-03 02:11:59 +0000 |
commit | 05c8f2d4840e8e4d0166b176b8c88bfdfffcce91 (patch) | |
tree | 256410bdcf6ad8343f914b146bb67f47ae90d11f /CHANGES | |
parent | 130ae151d118378e5765713581283728fdfb3e20 (diff) | |
download | libtdevnc-05c8f2d4840e8e4d0166b176b8c88bfdfffcce91.tar.gz libtdevnc-05c8f2d4840e8e4d0166b176b8c88bfdfffcce91.zip |
upgraded to TridiaVNC 1.2.1
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,11 +1,13 @@ 0.2 - cursors are supported + source is now equivalent to TridiaVNC 1.2.1 + pthreads now work (use the iterators!) + cursors are supported (rfbSetCursor automatically undraws cursor) support for 3 bytes/pixel (slow!) server side colourmap support fixed rfbCloseClient not to close the connection (pthreads!) - pthreads now work + this is done lazily (and with proper signalling). cleaned up mac.c (from original OSXvnc); now compiles (untested!) - compiles cleanly on Linux, IRIX, BSD, Apple + compiles cleanly on Linux, IRIX, BSD, Apple (Darwin) fixed prototypes 0.1 rewrote API to use pseudo-methods instead of required functions. |