HomeSort by relevance Sort by last modified time
    Searched refs:trap_ctx (Results 1 - 4 of 4) sorted by null

  /external/libvncserver/x11vnc/
xwrappers.c 884 XESimulateXEventRequest(trap_ctx, down ? KeyPress : KeyRelease,
981 XESimulateXEventRequest(trap_ctx,
1053 XESimulateXEventRequest(trap_ctx, MotionNotify, 0, x, y, 0);
1190 if (trap_ctx) {
1191 XEFreeTC(trap_ctx);
1193 trap_ctx = NULL;
1197 if (! trap_ctx) {
1198 trap_ctx = XECreateTC(dpy, 0, NULL);
1199 if (! trap_ctx) {
1204 XEStartTrapRequest(trap_ctx);
    [all...]
x11vnc_defs.c 44 XETC *trap_ctx = NULL; variable
cleanup.c 239 if (trap_ctx) {
240 XEFreeTC(trap_ctx);
x11vnc.h 323 extern XETC *trap_ctx;

Completed in 46 milliseconds