Searched refs:FocusIn (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/ctwm/dist/
H A Devent_names_table.h15 [FocusIn] = "FocusIn",
H A Devent_utils.c114 case FocusIn:
280 fprintf(stderr, "Synthesizing FocusIn on %x\n", w);
283 event.type = FocusIn;
H A Devent_core.c142 EventHandler[FocusIn] = HandleFocusChange;
H A Devent_handlers.c272 if((new.type == FocusIn || new.type == FocusOut)
285 __func__, new.xfocus.type == FocusIn ? "In" : "Out",
307 * fast. That means that, even if we get called for a FocusIn event,
353 (event->type == FocusIn ? "In" : "Out"),
359 if(event->type == FocusIn) {
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Denterleave.c670 * Send FocusIn events to all windows between 'ancestor' and 'child' (excluding
690 Classically: The move generates an FocusIn on W with a detail of
706 CoreFocusEvent(dev, FocusIn, mode, detail, parent);
802 CoreFocusEvent(dev, FocusIn, mode, NotifyPointer, win);
807 * Send FocusIn(NotifyPointer) events from pwin_parent down to
922 CoreFocusEvent(dev, FocusIn, mode, NotifyInferior, B);
926 CoreFocusEvent(dev, FocusIn, mode, NotifyNonlinear, B);
989 CoreFocusEvent(dev, FocusIn, mode, NotifyInferior, B);
1029 Classically: The move generates an FocusIn on W with a detail of
1048 CoreFocusEvent(dev, FocusIn, mod
[all...]
H A Devents.c363 FocusChangeMask, /* FocusIn */
2598 * Ungrab a currently FocusIn grabbed device and grab the device on the
4328 if ((type == FocusIn) &&
/xsrc/external/mit/xorg-server/dist/dix/
H A Denterleave.c872 * Send FocusIn events to all windows between 'ancestor' and 'child' (excluding
889 Classically: The move generates an FocusIn on W with a detail of
905 CoreFocusEvent(dev, FocusIn, mode, detail, parent);
992 CoreFocusEvent(dev, FocusIn, mode, NotifyPointer, win);
996 * Send FocusIn(NotifyPointer) events from pwin_parent down to
1101 CoreFocusEvent(dev, FocusIn, mode, NotifyInferior, B);
1106 CoreFocusEvent(dev, FocusIn, mode, NotifyNonlinear, B);
1164 CoreFocusEvent(dev, FocusIn, mode, NotifyInferior, B);
1199 Classically: The move generates an FocusIn on W with a detail of
1217 CoreFocusEvent(dev, FocusIn, mod
[all...]
H A Devents.c380 FocusChangeMask, /* FocusIn */
3063 * Ungrab a currently FocusIn grabbed device and grab the device on the
4896 if ((type == FocusIn) &&
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DEvents.c154 case FocusIn:
/xsrc/external/mit/libXt/dist/src/
H A DKeyboard.c499 case FocusIn:
552 _XtSendFocusEvent(descendant, FocusIn);
653 _XtSendFocusEvent(target, FocusIn);
H A DTMprint.c168 PRINTEVENT(FocusIn, "<FocusIn>")
H A DTMstate.c558 case FocusIn:
607 event->type == LeaveNotify || event->type == FocusIn ||
H A DEvent.c1196 FocusChangeMask, /* FocusIn */
1372 event->type == FocusIn || event->type == FocusOut) {
H A DTMparse.c287 {"FocusIn", NULLQUARK, FocusIn, ParseTable, (Opaque)notifyModes},
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxlog.c317 case FocusIn: return "FocusIn";
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DEvents.c168 case FocusIn:
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DX.h188 #define FocusIn 9 macro
/xsrc/external/mit/xterm/dist/
H A Dtrace.c418 CASETYPE(FocusIn);
830 case FocusIn:
1003 case FocusIn:
H A Dbutton.c5652 reply.a_final = CharOf((event->type == FocusIn) ? 'I' : 'O');
H A Dmisc.c1266 } else if (event->type == FocusIn) {
1272 * NotifyNonlinear only happens (on FocusIn) if the pointer was not in
/xsrc/external/mit/libX11/dist/src/
H A DEvToWire.c126 case FocusIn:
H A DXlibInt.c966 case FocusIn:
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimEvToWire.c129 case FocusIn:
508 case FocusIn:
/xsrc/external/mit/twm/dist/src/
H A Devents.c245 case FocusIn:
2667 case FocusIn: name = "FocusIn"; break;
/xsrc/external/mit/xev/dist/
H A Dxev.c1510 case FocusIn:
1511 prologue(&event, "FocusIn");

Completed in 65 milliseconds

12