Lines Matching defs:pSecondGrab

405 GrabSupersedesSecond(GrabPtr pFirstGrab, GrabPtr pSecondGrab)
410 pSecondGrab->modifiersDetail, any_modifier))
414 pSecondGrab->detail, (unsigned int) AnyKey))
434 GrabMatchesSecond(GrabPtr pFirstGrab, GrabPtr pSecondGrab, Bool ignoreDevice)
439 if (pFirstGrab->grabtype != pSecondGrab->grabtype)
444 pSecondGrab->device == inputInfo.all_devices) {
448 if (pSecondGrab->device != inputInfo.all_master_devices &&
449 !IsMaster(pSecondGrab->device))
452 else if (pSecondGrab->device == inputInfo.all_master_devices) {
457 else if (pSecondGrab->device != pFirstGrab->device)
461 ((pFirstGrab->device != pSecondGrab->device) ||
462 (pFirstGrab->modifierDevice != pSecondGrab->modifierDevice)))
465 if (pFirstGrab->type != pSecondGrab->type)
468 if (GrabSupersedesSecond(pFirstGrab, pSecondGrab) ||
469 GrabSupersedesSecond(pSecondGrab, pFirstGrab))
472 if (DetailSupersedesSecond(pSecondGrab->detail, pFirstGrab->detail,
476 pSecondGrab->modifiersDetail, any_modifier))
479 if (DetailSupersedesSecond(pFirstGrab->detail, pSecondGrab->detail,
482 DetailSupersedesSecond(pSecondGrab->modifiersDetail,
490 GrabsAreIdentical(GrabPtr pFirstGrab, GrabPtr pSecondGrab)
495 if (pFirstGrab->grabtype != pSecondGrab->grabtype)
498 if (pFirstGrab->device != pSecondGrab->device ||
499 (pFirstGrab->modifierDevice != pSecondGrab->modifierDevice) ||
500 (pFirstGrab->type != pSecondGrab->type))
504 pSecondGrab->detail,
506 DetailSupersedesSecond(pSecondGrab->detail,
511 pSecondGrab->modifiersDetail,
513 DetailSupersedesSecond(pSecondGrab->modifiersDetail,