Home
last modified time | relevance | path

Searched refs:pFirstGrab (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
407 unsigned int any_modifier = (pFirstGrab->grabtype == XI2) ? in GrabSupersedesSecond()
409 if (!DetailSupersedesSecond(pFirstGrab->modifiersDetail, in GrabSupersedesSecond()
413 if (DetailSupersedesSecond(pFirstGrab->detail, in GrabSupersedesSecond()
434 GrabMatchesSecond(GrabPtr pFirstGrab, GrabPtr pSecondGrab, Bool ignoreDevice) in GrabMatchesSecond() argument
436 unsigned int any_modifier = (pFirstGrab->grabtype == XI2) ? in GrabMatchesSecond()
439 if (pFirstGrab->grabtype != pSecondGrab->grabtype) in GrabMatchesSecond()
442 if (pFirstGrab->grabtype == XI2) { in GrabMatchesSecond()
443 if (pFirstGrab->device == inputInfo.all_devices || in GrabMatchesSecond()
447 else if (pFirstGrab->device == inputInfo.all_master_devices) { in GrabMatchesSecond()
[all …]