Searched refs:trap_ctx (Results 1 – 4 of 4) sorted by relevance
/external/libvncserver/x11vnc/ |
D | xwrappers.c | 884 XESimulateXEventRequest(trap_ctx, down ? KeyPress : KeyRelease, in XTRAP_FakeKeyEvent_wr() 981 XESimulateXEventRequest(trap_ctx, in XTRAP_FakeButtonEvent_wr() 1053 XESimulateXEventRequest(trap_ctx, MotionNotify, 0, x, y, 0); in XTRAP_FakeMotionEvent_wr() 1190 if (trap_ctx) { in XTRAP_GrabControl_wr() 1191 XEFreeTC(trap_ctx); in XTRAP_GrabControl_wr() 1193 trap_ctx = NULL; in XTRAP_GrabControl_wr() 1197 if (! trap_ctx) { in XTRAP_GrabControl_wr() 1198 trap_ctx = XECreateTC(dpy, 0, NULL); in XTRAP_GrabControl_wr() 1199 if (! trap_ctx) { in XTRAP_GrabControl_wr() 1204 XEStartTrapRequest(trap_ctx); in XTRAP_GrabControl_wr() [all …]
|
D | x11vnc_defs.c | 44 XETC *trap_ctx = NULL; variable
|
D | cleanup.c | 239 if (trap_ctx) { in clean_up_exit() 240 XEFreeTC(trap_ctx); in clean_up_exit()
|
D | x11vnc.h | 323 extern XETC *trap_ctx;
|