Home
last modified time | relevance | path

Searched refs:enableCursorShapeUpdates (Results 1 – 4 of 4) sorted by relevance

/external/libvncserver/libvncserver/
Drfbserver.c431 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 …]
Dcursor.c736 if(!cl->enableCursorShapeUpdates) in rfbSetCursor()
749 if(!cl->enableCursorShapeUpdates) in rfbSetCursor()
Dmain.c308 if(!cl->enableCursorShapeUpdates) { in rfbScheduleCopyRegion()
/external/libvncserver/rfb/
Drfb.h626 rfbBool enableCursorShapeUpdates; /**< client supports cursor shape updates */ member
706 (((cl)->enableCursorShapeUpdates && (cl)->cursorWasChanged) || \
707 (((cl)->enableCursorShapeUpdates == FALSE && \