Lines Matching defs:tempGrab
304 GrabPtr tempGrab;
352 tempGrab = AllocGrab(NULL);
353 if (!tempGrab)
356 tempGrab->resource = client->clientAsMask;
357 tempGrab->device = dev;
358 tempGrab->window = win;
361 tempGrab->type = XI_ButtonPress;
364 tempGrab->type = XI_KeyPress;
367 tempGrab->type = XI_Enter;
370 tempGrab->type = XI_FocusIn;
373 tempGrab->type = XI_TouchBegin;
376 tempGrab->type = XI_GesturePinchBegin;
379 tempGrab->type = XI_GestureSwipeBegin;
382 tempGrab->grabtype = XI2;
383 tempGrab->modifierDevice = mod_dev;
384 tempGrab->modifiersDetail.pMask = NULL;
385 tempGrab->detail.exact = stuff->detail;
386 tempGrab->detail.pMask = NULL;
391 tempGrab->modifiersDetail.exact = *modifiers;
392 DeletePassiveGrabFromList(tempGrab);
395 FreeGrab(tempGrab);