Home
last modified time | relevance | path

Searched refs:pSecondGrab (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dgrabs.c405 GrabSupersedesSecond(GrabPtr pFirstGrab, GrabPtr pSecondGrab) in GrabSupersedesSecond() argument
410 pSecondGrab->modifiersDetail, any_modifier)) in GrabSupersedesSecond()
414 pSecondGrab->detail, (unsigned int) AnyKey)) in GrabSupersedesSecond()
434 GrabMatchesSecond(GrabPtr pFirstGrab, GrabPtr pSecondGrab, Bool ignoreDevice) in GrabMatchesSecond() argument
439 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 …]