HomeSort by: relevance | last modified time | path
    Searched refs:XI_FocusIn (Results 1 - 16 of 16) sorted by relevancy

  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
XI2.h 199 #define XI_FocusIn 9
240 #define XI_FocusInMask (1 << XI_FocusIn)
  /xsrc/external/mit/xinput/dist/src/
test_xi2.c 310 case XI_FocusIn: name = "FocusIn"; break;
387 XISetMask(m->mask, XI_FocusIn);
464 case XI_FocusIn:
  /xsrc/external/mit/xorg-server/dist/dix/
enterleave.c 826 .type = (type == XI_FocusIn) ? DeviceFocusIn : DeviceFocusOut,
869 DeviceFocusEvent(dev, XI_FocusIn, mode, detail, parent);
1467 DeviceFocusEvent(dev, XI_FocusIn, mode, in,
1472 DeviceFocusEvent(dev, XI_FocusIn, mode, NotifyPointer, sprite->win);
1490 DeviceFocusEvent(dev, XI_FocusIn, mode, NotifyNonlinear, to);
1498 DeviceFocusEvent(dev, XI_FocusIn, mode, NotifyInferior, to);
1518 DeviceFocusEvent(dev, XI_FocusIn, mode, NotifyAncestor, to);
1535 DeviceFocusEvent(dev, XI_FocusIn, mode, NotifyNonlinear, to);
eventconvert.c 1065 xi2type = XI_FocusIn;
events.c 2646 event->evtype == XI_FocusIn || event->evtype == XI_FocusOut)
3077 dev->deviceGrab.grab->type != XI_FocusIn ||
window.c 299 case XI_FocusIn:
300 return "XI_FocusIn";
  /xsrc/external/mit/xorg-server.old/dist/dix/
enterleave.c 666 DeviceFocusEvent(dev, XI_FocusIn, mode, detail, parent);
1300 DeviceFocusEvent(dev, XI_FocusIn, mode, in, screenInfo.screens[i]->root);
1315 DeviceFocusEvent(dev, XI_FocusIn, mode, NotifyNonlinear, to);
1326 DeviceFocusEvent(dev, XI_FocusIn, mode, NotifyInferior, to);
1344 DeviceFocusEvent(dev, XI_FocusIn, mode, NotifyAncestor, to);
1360 DeviceFocusEvent(dev, XI_FocusIn, mode, NotifyNonlinear, to);
eventconvert.c 733 case ET_FocusIn: xi2type = XI_FocusIn; break;
events.c 2253 event->evtype == XI_FocusIn || event->evtype == XI_FocusOut)
  /xsrc/external/mit/xorg-server.old/dist/Xi/
xipassivegrab.c 328 case XIGrabtypeFocusIn: tempGrab.type = XI_FocusIn; break;
extinit.c 867 case XI_FocusIn:
exevents.c 1275 event.type = (type == XI_FocusIn) ? DeviceFocusIn : DeviceFocusOut;
1556 mask, param, (type == XIGrabtypeEnter) ? XI_Enter : XI_FocusIn,
  /xsrc/external/mit/xorg-server/dist/Xi/
xipassivegrab.c 372 tempGrab->type = XI_FocusIn;
extinit.c 928 case XI_FocusIn:
exevents.c 2623 (type == XIGrabtypeEnter) ? XI_Enter : XI_FocusIn, 0,
  /xsrc/external/mit/libXi/dist/src/
XExtInt.c 1017 case XI_FocusIn:
1542 case XI_FocusIn:

Completed in 55 milliseconds