Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xi/
H A Dextinit.c351 int DeviceButtonStateNotify; variable
1015 DeviceButtonStateNotify = DeviceKeyStateNotify + 1; in FixExtensionEvents()
1016 DevicePresenceNotify = DeviceButtonStateNotify + 1; in FixExtensionEvents()
1119 DeviceButtonStateNotify = 13; in RestoreExtensionEvents()
1155 EventSwapVector[DeviceButtonStateNotify] = NotImplemented; in IResetProc()
1248 else if (type == DeviceButtonStateNotify) in SEventIDispatch()
1317 EventSwapVector[DeviceButtonStateNotify] = SEventIDispatch; in XInputExtensionInit()
H A Dexglobals.h73 extern int DeviceButtonStateNotify;
/OK3568_Linux_fs/external/xserver/dix/
H A Denterleave.c727 bev->type = DeviceButtonStateNotify; in DeliverStateNotifyEvent()