Lines Matching refs:grab
94 GrabPtr grab, next;
101 for (grab = wPassiveGrabs(pWin); grab; grab = next) {
102 next = grab->next;
103 if ((grab->device == dev) &&
104 (client->clientAsMask == CLIENT_BITS(grab->resource)))
105 FreeResource(grab->resource, RT_NONE);
149 if (d->deviceGrab.grab && SameClient(d->deviceGrab.grab, client))
150 (*d->deviceGrab.DeactivateGrab) (d); /* release active grab */