diff options
Diffstat (limited to 'rfb')
-rw-r--r-- | rfb/rfb.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |