Home
last modified time | relevance | path

Searched refs:cursor_drag_changes (Results 1 – 5 of 5) sorted by relevance

/external/libvncserver/x11vnc/
Doptions.h227 extern int cursor_drag_changes;
Doptions.c263 int cursor_drag_changes = CURSOR_DRAG; variable
Dremote.c3136 snprintf(buf, bufn, "ans=%s:%d", p, cursor_drag_changes); in process_remote_cmd()
3139 cursor_drag_changes = 1; in process_remote_cmd()
3140 rfbLog("remote_cmd: setting cursor_drag_changes: %d.\n", cursor_drag_changes); in process_remote_cmd()
3145 snprintf(buf, bufn, "ans=%s:%d", p, !cursor_drag_changes); in process_remote_cmd()
3148 cursor_drag_changes = 0; in process_remote_cmd()
3149 rfbLog("remote_cmd: setting cursor_drag_changes: %d.\n", cursor_drag_changes); in process_remote_cmd()
Dcursor.c1541 if (! cursor_drag_changes) { in get_which_cursor()
Dx11vnc.c3357 cursor_drag_changes = 1; in main()
3361 cursor_drag_changes = 0; in main()