Home
last modified time | relevance | path

Searched refs:enableCursorPosUpdates (Results 1 – 3 of 3) sorted by relevance

/external/libvncserver/libvncserver/
Drfbserver.c432 cl->enableCursorPosUpdates = FALSE; in rfbNewTCPOrUDPClient()
2090 cl->enableCursorPosUpdates = FALSE; in rfbProcessClientNormalMessage()
2168 if (!cl->enableCursorPosUpdates) { in rfbProcessClientNormalMessage()
2171 cl->enableCursorPosUpdates = TRUE; in rfbProcessClientNormalMessage()
2330 if (cl->enableCursorPosUpdates && !cl->enableCursorShapeUpdates) { in rfbProcessClientNormalMessage()
2333 cl->enableCursorPosUpdates = FALSE; in rfbProcessClientNormalMessage()
2756 if (cl->enableCursorPosUpdates && cl->cursorWasMoved) in rfbSendFramebufferUpdate()
Dmain.c649 if (cl->enableCursorPosUpdates) in rfbDefaultPtrAddEvent()
655 if (other_client != cl && other_client->enableCursorPosUpdates) { in rfbDefaultPtrAddEvent()
/external/libvncserver/rfb/
Drfb.h627 rfbBool enableCursorPosUpdates; /**< client supports cursor position updates */ member
711 ((cl)->enableCursorPosUpdates && (cl)->cursorWasMoved) || \