HomeSort by: relevance | last modified time | path
    Searched refs:num_grabs (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/dix/
touch.c 366 ti->num_grabs = 0;
655 ti->num_grabs++;
680 ti->num_grabs--;
1063 if (ti->num_grabs == 0)
  /xsrc/external/mit/xorg-server/dist/include/
inputstr.h 326 int num_grabs; /* number of open grabs on this touch member in struct:_TouchPointInfo
  /xsrc/external/mit/xorg-server/dist/Xi/
exevents.c 1083 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. */
2127 (ti->num_grabs > 0 && listener->state != TOUCH_LISTENER_HAS_ACCEPTED)) &&
2186 * will update ti->listeners, ti->num_listeners, and ti->num_grabs.

Completed in 8 milliseconds