Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Doptions.h206 extern int xtrap_input;
Dxwrappers.c933 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()
Doptions.c239 int xtrap_input = 0; /* -xtrap for user input insertion */ variable
Dremote.c2429 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()
Dx11vnc.c1511 fprintf(stderr, " xtrap: %d\n", xtrap_input); in print_settings()
3081 xtrap_input = 1; in main()