Searched refs:always_inject (Results 1 – 8 of 8) sorted by relevance
/external/libvncserver/x11vnc/ |
D | options.h | 231 extern int always_inject;
|
D | options.c | 267 int always_inject = 0; /* inject new mouse coordinates even if dx=dy=0 */ variable
|
D | pointer.c | 349 if (!always_inject && cursor_x == x && cursor_y == y) { in update_x11_pointer_position()
|
D | remote.c | 3448 snprintf(buf, bufn, "ans=%s:%d", p, always_inject); in process_remote_cmd() 3452 always_inject = 1; in process_remote_cmd() 3457 snprintf(buf, bufn, "ans=%s:%d", p, !always_inject); in process_remote_cmd() 3461 always_inject = 0; in process_remote_cmd()
|
D | x11vnc.c | 1562 fprintf(stderr, " alwaysinj: %d\n", always_inject); in print_settings() 3418 always_inject = 1; in main()
|
D | ChangeLog | 29 -always_inject option. Add vnc_reflect_cursor_pos() for -reflect
|
D | RELEASE-NOTES | 125 An option -always_inject is provided: Even if there is no
|
D | README | 12425 -always_inject -buttonmap string -nodragging 15895 -always_inject Even if there is no displacement (dx = dy = 0) for a 15901 use this option: -always_inject. Then x11vnc will 15921 environment, specify -always_inject for the old method. 17708 always_inject enable -always_inject mode. 17709 noalways_inject disable -always_inject mode. 18037 xwarppointer xwarp noxwarppointer noxwarp always_inject
|