HomeSort by relevance Sort by last modified time
    Searched refs:enableCursorPosUpdates (Results 1 - 4 of 4) sorted by null

  /external/libvncserver/x11vnc/
cursor.c     [all...]
  /external/libvncserver/libvncserver/
main.c 649 if (cl->enableCursorPosUpdates)
655 if (other_client != cl && other_client->enableCursorPosUpdates) {
rfbserver.c 410 cl->enableCursorPosUpdates = FALSE;
    [all...]
  /external/libvncserver/rfb/
rfb.h 627 rfbBool enableCursorPosUpdates; /**< client supports cursor position updates */
711 ((cl)->enableCursorPosUpdates && (cl)->cursorWasMoved) || \
    [all...]

Completed in 51 milliseconds