diff options
-rw-r--r-- | cursor.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ rfbSendCursorShape(cl) CARD8 bitmapByte; pCursor = cl->screen->getCursorPtr(cl); + if(!pCursor) return TRUE; if (cl->useRichCursorEncoding) { if(!pCursor->richSource) |