Searched refs:show_dragging (Results 1 – 5 of 5) sorted by relevance
/external/libvncserver/x11vnc/ |
D | options.h | 232 extern int show_dragging;
|
D | options.c | 268 int show_dragging = 1; /* process mouse movement events */ variable
|
D | remote.c | 3481 snprintf(buf, bufn, "ans=%s:%d", p, show_dragging); in process_remote_cmd() 3485 show_dragging = 1; in process_remote_cmd() 3490 snprintf(buf, bufn, "ans=%s:%d", p, !show_dragging); in process_remote_cmd() 3494 show_dragging = 0; in process_remote_cmd()
|
D | x11vnc.c | 1565 fprintf(stderr, " dragging: %d\n", show_dragging); in print_settings() 3427 show_dragging = 0; in main()
|
D | screen.c | 4586 } else if (button_mask && (!show_dragging || pointer_mode == 0)) {
|