diff options
author | dscho <dscho> | 2001-10-05 21:41:16 +0000 |
---|---|---|
committer | dscho <dscho> | 2001-10-05 21:41:16 +0000 |
commit | 018e90db5918a75ceaf3835be084e2387f31a47e (patch) | |
tree | 88208ae81ee1c6531f054dfc55c477928babec21 /CHANGES | |
parent | 8f407f8a1ab2adf08c438f40cd797fef8a810dae (diff) | |
download | libtdevnc-018e90db5918a75ceaf3835be084e2387f31a47e.tar.gz libtdevnc-018e90db5918a75ceaf3835be084e2387f31a47e.zip |
changed cursor functions to use screen info, not cursor
fixed copy rect.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 0.2 - flag backgroundLoop in rfbScreenInfo + fixed CopyRect (was using the wrong order of rectangles...) + should also work with pthreads, because copyrects are + always sent immediately (so that two consecutive copy rects + cannot conflict). + changed rfbUndrawCursor(rfbClientPtr) to (rfbScreenInfoPtr), because + this makes more sense! + flag backgroundLoop in rfbScreenInfo (if having pthreads) rfbCopyRect & rfbCopyRegion (really copies rectangle in frameBuffer) added flag to optionally not send XCursor updates. fixed java viewer on server side: |