Home
last modified time | relevance | path

Searched refs:DeviceFocusIn (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xi/
H A Dextinit.c345 int DeviceFocusIn; variable
1007 DeviceFocusIn = DeviceMotionNotify + 1; in FixExtensionEvents()
1008 DeviceFocusOut = DeviceFocusIn + 1; in FixExtensionEvents()
1023 event_base[FocusClass] = DeviceFocusIn; in FixExtensionEvents()
1065 SetMaskForExtEvent(DeviceFocusChangeMask, DeviceFocusIn); in FixExtensionEvents()
1111 DeviceFocusIn = 6; in RestoreExtensionEvents()
1149 EventSwapVector[DeviceFocusIn] = NotImplemented; in IResetProc()
1232 else if (type == DeviceFocusIn) in SEventIDispatch()
1311 EventSwapVector[DeviceFocusIn] = SEventIDispatch; in XInputExtensionInit()
H A Dexglobals.h67 extern int DeviceFocusIn;
/OK3568_Linux_fs/external/xserver/hw/dmx/examples/
H A Dxinput.c284 ADD(DeviceFocusIn); in main()
/OK3568_Linux_fs/external/xserver/dix/
H A Denterleave.c834 .type = (type == XI_FocusIn) ? DeviceFocusIn : DeviceFocusOut, in DeviceFocusEvent()
843 if (event.type == DeviceFocusIn) in DeviceFocusEvent()
H A Dprotocol.txt819 V006 XInputExtension:DeviceFocusIn
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxevents.c451 event = DeviceFocusIn; in dmxTranslateAndEnqueueExtEvent()
H A Ddmxcommon.c350 ADD(DeviceFocusIn); in dmxCommonOthOn()
/OK3568_Linux_fs/external/xserver/test/
H A Dinput.c445 DeviceFocusIn = IEventBase + ET_FocusIn; in dix_event_to_xi1_conversion()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog97700 should receive them when a DeviceFocusIn event is generated. The code