don't send a cursor update if there is no cursor

pull/1/head
dscho 23 years ago
parent 23287dc557
commit 0ea0b7f0df

@ -42,6 +42,7 @@ rfbSendCursorShape(cl)
CARD8 bitmapByte;
pCursor = cl->screen->getCursorPtr(cl);
if(!pCursor) return TRUE;
if (cl->useRichCursorEncoding) {
if(!pCursor->richSource)

Loading…
Cancel
Save