Lines Matching defs:frozen
1085 * EnqueueEvent is a device's processInputProc if a device is frozen.
1170 * If the device for this event is not frozen anymore, take it and process it
1172 * After that, check if there's any devices in the list that are not frozen.
1174 * frozen, then re-run from the beginning of the event queue.
1186 if (!qe->device->deviceGrab.sync.frozen)
1224 for (dev = inputInfo.devices; dev && dev->deviceGrab.sync.frozen; dev = dev->next)
1243 * @param frozen True to freeze or false to thaw.
1246 FreezeThaw(DeviceIntPtr dev, Bool frozen)
1248 dev->deviceGrab.sync.frozen = frozen;
1249 if (frozen)
1258 * ComputeFreezes takes the first event in the device's frozen event queue. It
1296 if (!dev->deviceGrab.sync.frozen)
1714 * Release some events from a frozen device.
4752 else if (grabInfo->sync.frozen &&