Searched refs:pSecondGrab (Results 1 – 1 of 1) sorted by relevance
405 GrabSupersedesSecond(GrabPtr pFirstGrab, GrabPtr pSecondGrab) in GrabSupersedesSecond() argument410 pSecondGrab->modifiersDetail, any_modifier)) in GrabSupersedesSecond()414 pSecondGrab->detail, (unsigned int) AnyKey)) in GrabSupersedesSecond()434 GrabMatchesSecond(GrabPtr pFirstGrab, GrabPtr pSecondGrab, Bool ignoreDevice) in GrabMatchesSecond() argument439 if (pFirstGrab->grabtype != pSecondGrab->grabtype) in GrabMatchesSecond()444 pSecondGrab->device == inputInfo.all_devices) { in GrabMatchesSecond()448 if (pSecondGrab->device != inputInfo.all_master_devices && in GrabMatchesSecond()449 !IsMaster(pSecondGrab->device)) in GrabMatchesSecond()452 else if (pSecondGrab->device == inputInfo.all_master_devices) { in GrabMatchesSecond()457 else if (pSecondGrab->device != pFirstGrab->device) in GrabMatchesSecond()[all …]