Searched refs:DeviceFocusOut (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xorg-server/dist/Xi/
H A Dexglobals.h65 extern int DeviceFocusOut;
H A Dextinit.c340 int DeviceFocusOut; variable in typeref:typename:int
1047 DeviceFocusOut = DeviceFocusIn + 1;
1048 ProximityIn = DeviceFocusOut + 1;
1100 SetMaskForExtEvent(DeviceFocusChangeMask, DeviceFocusOut);
1144 DeviceFocusOut = 7;
1182 EventSwapVector[DeviceFocusOut] = NotImplemented;
1266 else if (type == DeviceFocusOut)
1344 EventSwapVector[DeviceFocusOut] = SEventIDispatch;
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dexglobals.h68 extern int DeviceFocusOut;
H A Dextinit.c351 int DeviceFocusOut; variable in typeref:typename:int
992 DeviceFocusOut = DeviceFocusIn + 1;
993 ProximityIn = DeviceFocusOut + 1;
1050 SetMaskForExtEvent(DeviceFocusChangeMask, DeviceFocusOut);
1097 DeviceFocusOut = 7;
1135 EventSwapVector[DeviceFocusOut] = NotImplemented;
1210 else if (type == DeviceFocusOut)
1284 EventSwapVector[DeviceFocusOut] = SEventIDispatch;
H A Dexevents.c1275 event.type = (type == XI_FocusIn) ? DeviceFocusIn : DeviceFocusOut;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxclient.h126 extern int DeviceFocusOut;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/
H A Dxinput.c249 ADD(DeviceFocusOut);
/xsrc/external/mit/libXi/dist/include/X11/extensions/
H A DXInput.h105 #define DeviceFocusOut(d,type,_class) \ macro
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Ddmxcommon.c342 ADD(DeviceFocusOut);
H A Ddmxevents.c430 case XI_DeviceFocusOut: event = DeviceFocusOut; break;
/xsrc/external/mit/xorg-server/dist/dix/
H A Denterleave.c825 .type = (type == XI_FocusIn) ? DeviceFocusIn : DeviceFocusOut,
/xsrc/external/mit/xorg-server.old/dist/test/
H A Dinput.c350 DeviceFocusOut = IEventBase + ET_FocusOut;
/xsrc/external/mit/xorg-server/dist/test/
H A Dinput.c449 DeviceFocusOut = IEventBase + ET_FocusOut;

Completed in 32 milliseconds