Lines Matching refs:thisDev

1397 CheckGrabForSyncs(DeviceIntPtr thisDev, Bool thisMode, Bool otherMode)  in CheckGrabForSyncs()  argument
1399 GrabPtr grab = thisDev->deviceGrab.grab; in CheckGrabForSyncs()
1403 thisDev->deviceGrab.sync.state = FROZEN_NO_EVENT; in CheckGrabForSyncs()
1405 thisDev->deviceGrab.sync.state = THAWED; in CheckGrabForSyncs()
1406 if (thisDev->deviceGrab.sync.other && in CheckGrabForSyncs()
1407 (CLIENT_BITS(thisDev->deviceGrab.sync.other->resource) == in CheckGrabForSyncs()
1409 thisDev->deviceGrab.sync.other = NullGrab; in CheckGrabForSyncs()
1412 if (IsMaster(thisDev)) { in CheckGrabForSyncs()
1413 dev = GetPairedDevice(thisDev); in CheckGrabForSyncs()
1708 AllowSome(ClientPtr client, TimeStamp time, DeviceIntPtr thisDev, int newState) in AllowSome() argument
1713 GrabInfoPtr devgrabinfo, grabinfo = &thisDev->deviceGrab; in AllowSome()
1723 if (dev == thisDev) in AllowSome()
1787 syncEvents.replayDev = thisDev; in AllowSome()
1789 (*grabinfo->DeactivateGrab) (thisDev); in AllowSome()
1796 if (dev == thisDev) in AllowSome()
1817 TouchAcceptAndEnd(thisDev, grabinfo->sync.event->touchid); in AllowSome()
4232 DeliverGrabbedEvent(InternalEvent *event, DeviceIntPtr thisDev, in DeliverGrabbedEvent() argument
4239 SpritePtr pSprite = thisDev->spriteInfo->sprite; in DeliverGrabbedEvent()
4242 grabinfo = &thisDev->deviceGrab; in DeliverGrabbedEvent()
4254 else if (thisDev->focus) { in DeliverGrabbedEvent()
4255 focus = thisDev->focus->win; in DeliverGrabbedEvent()
4263 NullWindow, thisDev); in DeliverGrabbedEvent()
4267 thisDev); in DeliverGrabbedEvent()
4270 thisDev); in DeliverGrabbedEvent()
4273 sendCore = (IsMaster(thisDev) && thisDev->coreEvents); in DeliverGrabbedEvent()
4276 deliveries = DeliverOneGrabbedEvent(event, thisDev, grab->grabtype); in DeliverGrabbedEvent()
4279 thisDev->valuator->motionHintWindow = grab->window; in DeliverGrabbedEvent()
4288 dev = GetPairedDevice(thisDev); in DeliverGrabbedEvent()
4301 FreezeThaw(thisDev, TRUE); in DeliverGrabbedEvent()