Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xi/
H A Dexglobals.h47 extern const Mask DevicePointerMotionMask;
H A Dextinit.c138 const Mask DevicePointerMotionMask = PointerMotionMask; variable
1053 SetMaskForExtEvent(DevicePointerMotionMask, DeviceMotionNotify); in FixExtensionEvents()
1054 AllowPropagateSuppress(DevicePointerMotionMask); in FixExtensionEvents()
H A Dexevents.c749 mask = DevicePointerMotionMask | state | motion_mask; in UpdateDeviceMotionMask()