From 018e90db5918a75ceaf3835be084e2387f31a47e Mon Sep 17 00:00:00 2001 From: dscho Date: Fri, 5 Oct 2001 21:41:16 +0000 Subject: changed cursor functions to use screen info, not cursor fixed copy rect. --- CHANGES | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 6632674..c507bfb 100644 --- a/CHANGES +++ b/CHANGES @@ -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: -- cgit v1.2.3