Searched refs:cursor_drag_changes (Results 1 – 5 of 5) sorted by relevance
/external/libvncserver/x11vnc/ |
D | options.h | 227 extern int cursor_drag_changes;
|
D | options.c | 263 int cursor_drag_changes = CURSOR_DRAG; variable
|
D | remote.c | 3136 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()
|
D | cursor.c | 1541 if (! cursor_drag_changes) { in get_which_cursor()
|
D | x11vnc.c | 3357 cursor_drag_changes = 1; in main() 3361 cursor_drag_changes = 0; in main()
|