Home
last modified time | relevance | path

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

/dports/net/x11vnc/x11vnc-0.9.16/src/
H A Dxwrappers.h45 extern int xtrap_present;
H A Dxwrappers.c48 int xtrap_present = 0; variable
912 if (! xtrap_present) { in XTRAP_FakeKeyEvent_wr()
1029 if (! xtrap_present) { in XTRAP_FakeButtonEvent_wr()
1121 if (! xtrap_present) { in XTRAP_FakeMotionEvent_wr()
1275 if (! xtrap_present) { in XTRAP_GrabControl_wr()
H A Dxevents.c792 xtrap_present = 0; in grab_buster_watch()
794 xtrap_present = 1; in grab_buster_watch()
797 if (! xtest_present && ! xtrap_present) { in grab_buster_watch()
H A Dx11vnc.c5499 xtrap_present = 0; in main()
5501 xtrap_present = 1; in main()
H A Dremote.c6102 snprintf(buf, bufn, "aro=%s:%d", p, xtrap_present); in process_remote_cmd()