Lines Matching defs:grab
96 GrabPtr grab, next;
103 for (grab = wPassiveGrabs(pWin); grab; grab = next) {
104 next = grab->next;
105 if ((grab->device == dev) &&
106 (client->clientAsMask == CLIENT_BITS(grab->resource)))
107 FreeResource(grab->resource, RT_NONE);
151 if (d->deviceGrab.grab && SameClient(d->deviceGrab.grab, client))
152 (*d->deviceGrab.DeactivateGrab) (d); /* release active grab */