Lines Matching defs:frozen
1141 * EnqueueEvent is a device's processInputProc if a device is frozen.
1225 * If the device for this event is not frozen anymore, take it and process it
1227 * After that, check if there's any devices in the list that are not frozen.
1229 * frozen, then re-run from the beginning of the event queue.
1241 if (!qe->device->deviceGrab.sync.frozen) {
1279 for (dev = inputInfo.devices; dev && dev->deviceGrab.sync.frozen;
1297 * @param frozen True to freeze or false to thaw.
1300 FreezeThaw(DeviceIntPtr dev, Bool frozen)
1302 dev->deviceGrab.sync.frozen = frozen;
1303 if (frozen)
1312 * ComputeFreezes takes the first event in the device's frozen event queue. It
1367 if (!dev->deviceGrab.sync.frozen) {
1941 * Release some events from a frozen device.
5296 else if (grabInfo->sync.frozen &&