| /xsrc/external/mit/ctwm/dist/ |
| H A D | event_names_table.h | 15 [FocusIn] = "FocusIn",
|
| H A D | event_utils.c | 114 case FocusIn: 280 fprintf(stderr, "Synthesizing FocusIn on %x\n", w); 283 event.type = FocusIn;
|
| H A D | event_core.c | 142 EventHandler[FocusIn] = HandleFocusChange;
|
| H A D | event_handlers.c | 272 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 D | enterleave.c | 670 * 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 D | events.c | 363 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 D | enterleave.c | 872 * 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 D | events.c | 380 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 D | Events.c | 154 case FocusIn:
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Keyboard.c | 499 case FocusIn: 552 _XtSendFocusEvent(descendant, FocusIn); 653 _XtSendFocusEvent(target, FocusIn);
|
| H A D | TMprint.c | 168 PRINTEVENT(FocusIn, "<FocusIn>")
|
| H A D | TMstate.c | 558 case FocusIn: 607 event->type == LeaveNotify || event->type == FocusIn ||
|
| H A D | Event.c | 1196 FocusChangeMask, /* FocusIn */ 1372 event->type == FocusIn || event->type == FocusOut) {
|
| H A D | TMparse.c | 287 {"FocusIn", NULLQUARK, FocusIn, ParseTable, (Opaque)notifyModes},
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxlog.c | 317 case FocusIn: return "FocusIn";
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | Events.c | 168 case FocusIn:
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | X.h | 188 #define FocusIn 9 macro
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | trace.c | 418 CASETYPE(FocusIn); 830 case FocusIn: 1003 case FocusIn:
|
| H A D | button.c | 5652 reply.a_final = CharOf((event->type == FocusIn) ? 'I' : 'O');
|
| H A D | misc.c | 1266 } 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 D | EvToWire.c | 126 case FocusIn:
|
| H A D | XlibInt.c | 966 case FocusIn:
|
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| H A D | imEvToWire.c | 129 case FocusIn: 508 case FocusIn:
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | events.c | 245 case FocusIn: 2667 case FocusIn: name = "FocusIn"; break;
|
| /xsrc/external/mit/xev/dist/ |
| H A D | xev.c | 1510 case FocusIn: 1511 prologue(&event, "FocusIn");
|