Searched refs:xtrap_input (Results 1 – 5 of 5) sorted by relevance
/external/libvncserver/x11vnc/ |
D | options.h | 206 extern int xtrap_input;
|
D | xwrappers.c | 933 if (xtrap_input) { in XTestFakeKeyEvent_wr() 1010 if (xtrap_input) { in XTestFakeButtonEvent_wr() 1081 if (xtrap_input) { in XTestFakeMotionEvent_wr() 1227 if (! xtrap_input) { in disable_grabserver()
|
D | options.c | 239 int xtrap_input = 0; /* -xtrap for user input insertion */ variable
|
D | remote.c | 2429 snprintf(buf, bufn, "ans=%s:%d", p, xtrap_input); in process_remote_cmd() 2434 if (! xtrap_input) { in process_remote_cmd() 2435 xtrap_input = 1; in process_remote_cmd() 2442 snprintf(buf, bufn, "ans=%s:%d", p, !xtrap_input); in process_remote_cmd() 2447 if (xtrap_input) { in process_remote_cmd() 2448 xtrap_input = 0; in process_remote_cmd()
|
D | x11vnc.c | 1511 fprintf(stderr, " xtrap: %d\n", xtrap_input); in print_settings() 3081 xtrap_input = 1; in main()
|