Lines Matching defs:pSecondGrab
228 GrabSupersedesSecond(GrabPtr pFirstGrab, GrabPtr pSecondGrab)
234 pSecondGrab->modifiersDetail,
239 pSecondGrab->detail, (unsigned int)AnyKey))
259 GrabMatchesSecond(GrabPtr pFirstGrab, GrabPtr pSecondGrab, Bool ignoreDevice)
265 if (pFirstGrab->grabtype != pSecondGrab->grabtype)
271 pSecondGrab->device == inputInfo.all_devices)
276 if (pSecondGrab->device != inputInfo.all_master_devices &&
277 !IsMaster(pSecondGrab->device))
279 } else if (pSecondGrab->device == inputInfo.all_master_devices)
284 } else if (pSecondGrab->device != pFirstGrab->device)
287 ((pFirstGrab->device != pSecondGrab->device) ||
288 (pFirstGrab->modifierDevice != pSecondGrab->modifierDevice)))
291 if (pFirstGrab->type != pSecondGrab->type)
294 if (GrabSupersedesSecond(pFirstGrab, pSecondGrab) ||
295 GrabSupersedesSecond(pSecondGrab, pFirstGrab))
298 if (DetailSupersedesSecond(pSecondGrab->detail, pFirstGrab->detail,
302 pSecondGrab->modifiersDetail,
306 if (DetailSupersedesSecond(pFirstGrab->detail, pSecondGrab->detail,
309 DetailSupersedesSecond(pSecondGrab->modifiersDetail,
318 GrabsAreIdentical(GrabPtr pFirstGrab, GrabPtr pSecondGrab)
324 if (pFirstGrab->grabtype != pSecondGrab->grabtype)
327 if (pFirstGrab->device != pSecondGrab->device ||
328 (pFirstGrab->modifierDevice != pSecondGrab->modifierDevice) ||
329 (pFirstGrab->type != pSecondGrab->type))
333 pSecondGrab->detail,
335 DetailSupersedesSecond(pSecondGrab->detail,
342 pSecondGrab->modifiersDetail,
344 DetailSupersedesSecond(pSecondGrab->modifiersDetail,