Searched refs:enableCursorShapeUpdates (Results 1 – 4 of 4) sorted by relevance
431 cl->enableCursorShapeUpdates = FALSE; in rfbNewTCPOrUDPClient()2091 cl->enableCursorShapeUpdates = FALSE; in rfbProcessClientNormalMessage()2092 cl->enableCursorShapeUpdates = FALSE; in rfbProcessClientNormalMessage()2149 if(!cl->enableCursorShapeUpdates) in rfbProcessClientNormalMessage()2152 cl->enableCursorShapeUpdates = TRUE; in rfbProcessClientNormalMessage()2160 if(!cl->enableCursorShapeUpdates) in rfbProcessClientNormalMessage()2163 cl->enableCursorShapeUpdates = TRUE; in rfbProcessClientNormalMessage()2330 if (cl->enableCursorPosUpdates && !cl->enableCursorShapeUpdates) { in rfbProcessClientNormalMessage()2747 if (cl->enableCursorShapeUpdates) { in rfbSendFramebufferUpdate()2849 (cl->enableCursorShapeUpdates || in rfbSendFramebufferUpdate()[all …]
736 if(!cl->enableCursorShapeUpdates) in rfbSetCursor()749 if(!cl->enableCursorShapeUpdates) in rfbSetCursor()
308 if(!cl->enableCursorShapeUpdates) { in rfbScheduleCopyRegion()
626 rfbBool enableCursorShapeUpdates; /**< client supports cursor shape updates */ member706 (((cl)->enableCursorShapeUpdates && (cl)->cursorWasChanged) || \707 (((cl)->enableCursorShapeUpdates == FALSE && \