Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Doptions.h232 extern int show_dragging;
Doptions.c268 int show_dragging = 1; /* process mouse movement events */ variable
Dremote.c3481 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()
Dx11vnc.c1565 fprintf(stderr, " dragging: %d\n", show_dragging); in print_settings()
3427 show_dragging = 0; in main()
Dscreen.c4586 } else if (button_mask && (!show_dragging || pointer_mode == 0)) {