From fefcb9188a0810577ee8d17a384af19c39d8a49e Mon Sep 17 00:00:00 2001 From: dscho Date: Mon, 7 Jun 2004 11:43:00 +0000 Subject: fix cursor trails (when not using cursor encoding and moving the cursor, the redrawn part of the screen didn't get updated, and so left cursor trails). --- rfb/rfb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rfb') diff --git a/rfb/rfb.h b/rfb/rfb.h index d472684..ae62fb2 100644 --- a/rfb/rfb.h +++ b/rfb/rfb.h @@ -248,7 +248,7 @@ typedef struct _rfbScreenInfo struct _rfbClientRec* rfbClientHead; /* cursor */ - int cursorX, cursorY,underCursorBufferLen; + int cursorX, cursorY,oldCursorX,oldCursorY,underCursorBufferLen; char* underCursorBuffer; rfbBool dontConvertRichCursorToXCursor; struct rfbCursor* cursor; -- cgit v1.2.3