Lines Matching refs:temporaryGrab
101 GrabPtr temporaryGrab;
137 temporaryGrab = AllocGrab(NULL);
138 if (!temporaryGrab)
141 temporaryGrab->resource = client->clientAsMask;
142 temporaryGrab->device = dev;
143 temporaryGrab->window = pWin;
144 temporaryGrab->type = DeviceKeyPress;
145 temporaryGrab->grabtype = XI;
146 temporaryGrab->modifierDevice = mdev;
147 temporaryGrab->modifiersDetail.exact = stuff->modifiers;
148 temporaryGrab->modifiersDetail.pMask = NULL;
149 temporaryGrab->detail.exact = stuff->key;
150 temporaryGrab->detail.pMask = NULL;
152 DeletePassiveGrabFromList(temporaryGrab);
153 FreeGrab(temporaryGrab);