Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xi/
H A Dexglobals.h48 extern const Mask DevicePointerMotionHintMask;
H A Dexevents.c2463 (mask & DevicePointerMotionHintMask) && in SelectForWindow()
2464 !(check & DevicePointerMotionHintMask) && !dev->deviceGrab.grab) in SelectForWindow()
2885 if (mask & DevicePointerMotionHintMask) { in MaybeSendDeviceMotionNotifyHint()
2960 ((grab->eventMask & DevicePointerMotionHintMask) || in MaybeStopDeviceHint()
2963 DevicePointerMotionHintMask)))) || in MaybeStopDeviceHint()
2966 DevicePointerMotionHintMask))) in MaybeStopDeviceHint()
H A Dextinit.c139 const Mask DevicePointerMotionHintMask = PointerMotionHintMask; variable
1057 SetEventInfo(DevicePointerMotionHintMask, _devicePointerMotionHint); in FixExtensionEvents()