diff options
author | dscho <dscho> | 2001-10-02 23:04:35 +0000 |
---|---|---|
committer | dscho <dscho> | 2001-10-02 23:04:35 +0000 |
commit | 130ae151d118378e5765713581283728fdfb3e20 (patch) | |
tree | bab24fff19df5bbee50a7aeec32c1f7b8632c3fc /TODO | |
parent | b8c6f3b18832a48279e4c60f40cf36407d3b768c (diff) | |
download | libvncserver-130ae151d118378e5765713581283728fdfb3e20.zip libvncserver-130ae151d118378e5765713581283728fdfb3e20.tar.gz |
no more compile warnings, pthread final(?) fixes
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 25 |
1 files changed, 13 insertions, 12 deletions
@@ -2,34 +2,35 @@ immediate: ---------- fix bug in http (java) client with big endian server: byte swapping is broken -pthreads concept: How to iterate over rfbClientPtr's? So that it can be - either called from rfbProcessEvents (which locks the list mutex) - or from the main thread (where the background loop sometimes - locks the list mutex). - - cursor drawing! - - cursor setting! - - rfbMarkRectAsModified update to newest TridiaVNC version. -adapt rdp2vnc (rdesktop) later: ------ +udp +documentation optionally dont draw rich cursors as xcursors - -autoconf? at least Sun Solaris compilation +autoconf? at least Sun Solaris and Windows compilation perhaps the option (or just hint) not to mark very tiny regions as modified, because that is inefficient for the encodings. -udp rfbConnect, ConnectToTcpAddr CORBA -documentation cursor "smears" sometimes when not using cursor encoding (seems to be gone now; haven't debugged properly, though) done: ----- +.adapt rdp2vnc (rdesktop) +.pthreads concept: How to iterate over rfbClientPtr's? So that it can be + either called from rfbProcessEvents (which locks the list mutex) + or from the main thread (where the background loop sometimes + locks the list mutex). + - cursor drawing! + - cursor setting! + - rfbMarkRectAsModified + (did that by adding a refcount to clients secured by refCountMutex; + it also was necessary to check for cl->sock<0 in SendUpdateBuf) .translate.c: warning about non 8-bit colourmaps 16-bit colourmaps are 192k -> no use without fast net. .rfbCloseClient |