Lines Matching defs:grabinfo

1444     GrabInfoPtr grabinfo = &mouse->deviceGrab;
1445 WindowPtr oldWin = (grabinfo->grab) ?
1446 grabinfo->grab->window
1466 grabinfo->grabTime = syncEvents.time;
1468 grabinfo->grabTime = time;
1471 grabinfo->activeGrab = *grab;
1472 grabinfo->grab = &grabinfo->activeGrab;
1473 grabinfo->fromPassiveGrab = isPassive;
1474 grabinfo->implicitGrab = autoGrab & ImplicitGrabMask;
1524 GrabInfoPtr grabinfo = &keybd->deviceGrab;
1533 if (grabinfo->grab)
1534 oldWin = grabinfo->grab->window;
1545 grabinfo->grabTime = syncEvents.time;
1547 grabinfo->grabTime = time;
1548 grabinfo->activeGrab = *grab;
1549 grabinfo->grab = &grabinfo->activeGrab;
1550 grabinfo->fromPassiveGrab = passive;
1551 grabinfo->implicitGrab = passive & ImplicitGrabMask;
1599 grabinfo = &thisDev->deviceGrab;
1601 thisGrabbed = grabinfo->grab && SameClient(grabinfo->grab, client);
1605 grabTime = grabinfo->grabTime;
1618 if (grabinfo->sync.other == devgrabinfo->grab)
1624 if (!((thisGrabbed && grabinfo->sync.state >= FROZEN) || thisSynced))
1633 grabinfo->sync.state = THAWED;
1635 grabinfo->sync.other = NullGrab;
1641 grabinfo->sync.state = FREEZE_NEXT_EVENT;
1643 grabinfo->sync.other = NullGrab;
1680 if (thisGrabbed && grabinfo->sync.state == FROZEN_WITH_EVENT)
1683 grabinfo->sync.other = NullGrab;
1685 syncEvents.replayWin = grabinfo->grab->window;
1686 (*grabinfo->DeactivateGrab)(thisDev);
3363 GrabInfoPtr grabinfo;
3441 grabinfo = &device->deviceGrab;
3522 (*grabinfo->ActivateGrab)(device, grab, currentTime, TRUE);
3533 if (grabinfo->sync.state == FROZEN_NO_EVENT)
3535 if (!grabinfo->sync.event)
3536 grabinfo->sync.event = calloc(1, sizeof(InternalEvent));
3537 *grabinfo->sync.event = *event;
3538 grabinfo->sync.state = FROZEN_WITH_EVENT;
3736 GrabInfoPtr grabinfo;
3745 grabinfo = &thisDev->deviceGrab;
3746 grab = grabinfo->grab;
3840 if (grabinfo->fromPassiveGrab &&
3841 grabinfo->implicitGrab)
3872 switch (grabinfo->sync.state)
3888 grabinfo->sync.state = FROZEN_WITH_EVENT;
3890 if (!grabinfo->sync.event)
3891 grabinfo->sync.event = calloc(1, sizeof(InternalEvent));
3892 *grabinfo->sync.event = event->device_event;