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

/xsrc/external/mit/xorg-server/dist/Xi/
H A Dexglobals.h64 extern int DeviceFocusIn;
H A Dextinit.c339 int DeviceFocusIn; variable in typeref:typename:int
1046 DeviceFocusIn = DeviceMotionNotify + 1;
1047 DeviceFocusOut = DeviceFocusIn + 1;
1062 event_base[FocusClass] = DeviceFocusIn;
1099 SetMaskForExtEvent(DeviceFocusChangeMask, DeviceFocusIn);
1143 DeviceFocusIn = 6;
1181 EventSwapVector[DeviceFocusIn] = NotImplemented;
1264 else if (type == DeviceFocusIn)
1343 EventSwapVector[DeviceFocusIn] = SEventIDispatch;
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dexglobals.h67 extern int DeviceFocusIn;
H A Dextinit.c350 int DeviceFocusIn; variable in typeref:typename:int
991 DeviceFocusIn = DeviceMotionNotify + 1;
992 DeviceFocusOut = DeviceFocusIn + 1;
1007 event_base[FocusClass] = DeviceFocusIn;
1049 SetMaskForExtEvent(DeviceFocusChangeMask, DeviceFocusIn);
1096 DeviceFocusIn = 6;
1134 EventSwapVector[DeviceFocusIn] = NotImplemented;
1208 } else if (type == DeviceFocusIn)
1283 EventSwapVector[DeviceFocusIn] = SEventIDispatch;
H A Dexevents.c1275 event.type = (type == XI_FocusIn) ? DeviceFocusIn : DeviceFocusOut;
1283 if ((event.type == DeviceFocusIn) &&
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxclient.h125 extern int DeviceFocusIn;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/
H A Dxinput.c248 ADD(DeviceFocusIn);
/xsrc/external/mit/libXi/dist/include/X11/extensions/
H A DXInput.h102 #define DeviceFocusIn(d,type,_class) \ macro
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Ddmxcommon.c341 ADD(DeviceFocusIn);
H A Ddmxevents.c429 case XI_DeviceFocusIn: event = DeviceFocusIn; break;
/xsrc/external/mit/xorg-server/dist/dix/
H A Denterleave.c825 .type = (type == XI_FocusIn) ? DeviceFocusIn : DeviceFocusOut,
834 if (event.type == DeviceFocusIn)
/xsrc/external/mit/xorg-server.old/dist/test/
H A Dinput.c349 DeviceFocusIn = IEventBase + ET_FocusIn;
/xsrc/external/mit/xorg-server/dist/test/
H A Dinput.c448 DeviceFocusIn = IEventBase + ET_FocusIn;

Completed in 17 milliseconds