Home
last modified time | relevance | path

Searched refs:DeviceFocusOut (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xi/
H A Dextinit.c346 int DeviceFocusOut; variable
1008 DeviceFocusOut = DeviceFocusIn + 1; in FixExtensionEvents()
1009 ProximityIn = DeviceFocusOut + 1; in FixExtensionEvents()
1066 SetMaskForExtEvent(DeviceFocusChangeMask, DeviceFocusOut); in FixExtensionEvents()
1112 DeviceFocusOut = 7; in RestoreExtensionEvents()
1150 EventSwapVector[DeviceFocusOut] = NotImplemented; in IResetProc()
1234 else if (type == DeviceFocusOut) in SEventIDispatch()
1312 EventSwapVector[DeviceFocusOut] = SEventIDispatch; in XInputExtensionInit()
H A Dexglobals.h68 extern int DeviceFocusOut;
/OK3568_Linux_fs/external/xserver/hw/dmx/examples/
H A Dxinput.c285 ADD(DeviceFocusOut); in main()
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxevents.c454 event = DeviceFocusOut; in dmxTranslateAndEnqueueExtEvent()
H A Ddmxcommon.c351 ADD(DeviceFocusOut); in dmxCommonOthOn()
/OK3568_Linux_fs/external/xserver/dix/
H A Denterleave.c834 .type = (type == XI_FocusIn) ? DeviceFocusIn : DeviceFocusOut, in DeviceFocusEvent()
H A Dprotocol.txt820 V007 XInputExtension:DeviceFocusOut
/OK3568_Linux_fs/external/xserver/test/
H A Dinput.c446 DeviceFocusOut = IEventBase + ET_FocusOut; in dix_event_to_xi1_conversion()