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

  /xsrc/external/mit/xorg-server.old/dist/dix/
events.c 1595 Bool thisGrabbed, otherGrabbed, othersFrozen, thisSynced;
1601 thisGrabbed = grabinfo->grab && SameClient(grabinfo->grab, client);
1614 if (!(thisGrabbed || otherGrabbed) ||
1624 if (!((thisGrabbed && grabinfo->sync.state >= FROZEN) || thisSynced))
1632 if (thisGrabbed)
1639 if (thisGrabbed)
1680 if (thisGrabbed && grabinfo->sync.state == FROZEN_WITH_EVENT)
  /xsrc/external/mit/xorg-server/dist/dix/
events.c 1827 Bool thisGrabbed, otherGrabbed, othersFrozen, thisSynced;
1832 thisGrabbed = grabinfo->grab && SameClient(grabinfo->grab, client);
1843 if (!(thisGrabbed || otherGrabbed) ||
1853 if (!((thisGrabbed && grabinfo->sync.state >= FROZEN) || thisSynced))
1860 if (thisGrabbed)
1867 if (thisGrabbed) {
1901 if (thisGrabbed && grabinfo->sync.state == FROZEN_WITH_EVENT) {

Completed in 11 milliseconds