Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Devents.c1710 Bool thisGrabbed, otherGrabbed, othersFrozen, thisSynced; in AllowSome() local
1715 thisGrabbed = grabinfo->grab && SameClient(grabinfo->grab, client); in AllowSome()
1726 if (!(thisGrabbed || otherGrabbed) || in AllowSome()
1736 if (!((thisGrabbed && grabinfo->sync.state >= FROZEN) || thisSynced)) in AllowSome()
1743 if (thisGrabbed) in AllowSome()
1750 if (thisGrabbed) { in AllowSome()
1784 if (thisGrabbed && grabinfo->sync.state == FROZEN_WITH_EVENT) { in AllowSome()