Home
last modified time | relevance | path

Searched refs:trap_ctx (Results 1 – 4 of 4) sorted by relevance

/external/libvncserver/x11vnc/
Dxwrappers.c884 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 …]
Dx11vnc_defs.c44 XETC *trap_ctx = NULL; variable
Dcleanup.c239 if (trap_ctx) { in clean_up_exit()
240 XEFreeTC(trap_ctx); in clean_up_exit()
Dx11vnc.h323 extern XETC *trap_ctx;