Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xi/
H A Dexglobals.h56 extern const Mask DevicePropertyNotifyMask;
H A Dextinit.c152 const Mask DevicePropertyNotifyMask = (1L << 19); variable
1076 SetMaskForExtEvent(DevicePropertyNotifyMask, DevicePropertyNotify); in FixExtensionEvents()
H A Dxiproperty.c206 SendEventToAllWindows(dev, DevicePropertyNotifyMask, (xEvent *) &event, 1); in send_property_event()