Home
last modified time | relevance | path

Searched refs:DeviceButtonGrabMask (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xi/
H A Dexglobals.h53 extern const Mask DeviceButtonGrabMask;
H A Dextinit.c149 const Mask DeviceButtonGrabMask = (1L << 17); variable
1071 SetEventInfo(DeviceButtonGrabMask, _deviceButtonGrab); in FixExtensionEvents()
1072 SetExclusiveAccess(DeviceButtonGrabMask); in FixExtensionEvents()
H A Dexevents.c2913 (deliveryMask & DeviceButtonGrabMask)) { in CheckDeviceGrabAndHintWindow()
/OK3568_Linux_fs/external/xserver/dix/
H A Devents.c2191 if (mask & DeviceButtonGrabMask) in DeliverEventToInputClients()