summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authordscho <dscho>2001-09-29 19:51:17 +0000
committerdscho <dscho>2001-09-29 19:51:17 +0000
commit08ed0461c7abca36fd6a6b0abf7ae466a2e8435a (patch)
tree36a9db4d83034048feaae920a071a670e6f5bcda /TODO
parent641012310eebe3a129c8a1939c3f8c9cd645ef50 (diff)
downloadlibvncserver-08ed0461c7abca36fd6a6b0abf7ae466a2e8435a.zip
libvncserver-08ed0461c7abca36fd6a6b0abf7ae466a2e8435a.tar.gz
finally fixed pthreads
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 10 insertions, 4 deletions
diff --git a/TODO b/TODO
index 2f55df5..2f39600 100644
--- a/TODO
+++ b/TODO
@@ -2,10 +2,8 @@ immediate:
----------
fix bug in http (java) client with big endian server: byte swapping is broken
-cursor "smears" sometimes when not using cursor encoding
really support pthreads.
- - cursor seems to be undrawn wildly
- - connection gone and then reconnect is a problem
+ - cursor drawing!
in the works:
-------------
@@ -16,6 +14,8 @@ optionally dont draw rich cursors as xcursors
later:
------
+cursor "smears" sometimes when not using cursor encoding
+ (seems to be gone now; haven't debugged properly, though)
udp
autoconf? at least Sun Solaris compilation
rfbCloseClient, rfbConnect, ConnectToTcpAddr
@@ -34,4 +34,10 @@ done:
.test drawing of cursors when not using xcursor or rich cursor encoding
fix bug with odd width (depends on client depth: width has to be multiple of server.bytesPerPixel/client.bytesPerPixel). only raw!! -> bug of vncviewer!
.use sraRegion from Wez instead of miregion, because it is much smaller
-
+. - connection gone and then reconnect is a problem
+ the reason: there are in fact three threads accessing
+ the clientPtr: input, output and the application thread.
+ if you kill the viewer or do rfbCloseClient, all of those
+ three have to be warned that this is happening.
+ -> rfbClientConnectionGone can only be called by the outer loop
+ (with background loop, it is input, else it is processEvents).
OpenPOWER on IntegriCloud