Searched refs:num_grabs (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server/dist/dix/
H A Dtouch.c366 ti->num_grabs = 0;
655 ti->num_grabs++;
680 ti->num_grabs--;
1059 if (ti->num_grabs == 0)
/xsrc/external/mit/xorg-server/dist/include/
H A Dinputstr.h326 int num_grabs; /* number of open grabs on this touch member in struct:_TouchPointInfo
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dexevents.c1083 if (!grab && ti->num_grabs != 0 &&
1200 (ti->num_grabs == 0 ||
1258 * ti->num_listeners, as well as ti->num_grabs if it was a grab. */
2125 (ti->num_grabs > 0 && listener->state != TOUCH_LISTENER_HAS_ACCEPTED)) &&
2184 * will update ti->listeners, ti->num_listeners, and ti->num_grabs.

Completed in 10 milliseconds