Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Devents.c5039 GrabInfoPtr grabInfo = &dev->deviceGrab; in GrabDevice() local
5088 grab = grabInfo->grab; in GrabDevice()
5098 (CompareTimeStamps(time, grabInfo->grabTime) == EARLIER)) in GrabDevice()
5100 else if (grabInfo->sync.frozen && in GrabDevice()
5101 grabInfo->sync.other && !SameClient(grabInfo->sync.other, client)) in GrabDevice()
5126 (*grabInfo->ActivateGrab) (dev, tempGrab, time, FALSE); in GrabDevice()