Lines Matching refs:devgrabinfo
1713 GrabInfoPtr devgrabinfo, grabinfo = &thisDev->deviceGrab; in AllowSome() local
1721 devgrabinfo = &dev->deviceGrab; in AllowSome()
1725 if (devgrabinfo->grab && SameClient(devgrabinfo->grab, client)) { in AllowSome()
1727 (CompareTimeStamps(devgrabinfo->grabTime, grabTime) == LATER)) in AllowSome()
1728 grabTime = devgrabinfo->grabTime; in AllowSome()
1730 if (grabinfo->sync.other == devgrabinfo->grab) in AllowSome()
1732 if (devgrabinfo->sync.state >= FROZEN) in AllowSome()
1760 devgrabinfo = &dev->deviceGrab; in AllowSome()
1761 if (devgrabinfo->grab && SameClient(devgrabinfo->grab, client)) in AllowSome()
1762 devgrabinfo->sync.state = THAWED; in AllowSome()
1763 if (devgrabinfo->sync.other && in AllowSome()
1764 SameClient(devgrabinfo->sync.other, client)) in AllowSome()
1765 devgrabinfo->sync.other = NullGrab; in AllowSome()
1773 devgrabinfo = &dev->deviceGrab; in AllowSome()
1774 if (devgrabinfo->grab && SameClient(devgrabinfo->grab, client)) in AllowSome()
1775 devgrabinfo->sync.state = FREEZE_BOTH_NEXT_EVENT; in AllowSome()
1776 if (devgrabinfo->sync.other in AllowSome()
1777 && SameClient(devgrabinfo->sync.other, client)) in AllowSome()
1778 devgrabinfo->sync.other = NullGrab; in AllowSome()
1798 devgrabinfo = &dev->deviceGrab; in AllowSome()
1799 if (devgrabinfo->grab && SameClient(devgrabinfo->grab, client)) in AllowSome()
1800 devgrabinfo->sync.state = THAWED; in AllowSome()
1801 if (devgrabinfo->sync.other in AllowSome()
1802 && SameClient(devgrabinfo->sync.other, client)) in AllowSome()
1803 devgrabinfo->sync.other = NullGrab; in AllowSome()