HomeSort by: relevance | last modified time | path
    Searched defs:stopAt (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/dix/
enterleave.c 767 WindowPtr P, stopAt;
781 stopAt = (inclusive) ? pwin_parent->parent : pwin_parent;
783 for (; P && P != stopAt; P = P->parent)
794 WindowPtr stopAt,
798 if ((!inclusive && win == stopAt) || !win)
801 CoreFocusInRecurse(dev, win->parent, stopAt, mode, inclusive);
  /xsrc/external/mit/xorg-server/dist/dix/
enterleave.c 961 WindowPtr P, stopAt;
975 stopAt = (inclusive) ? pwin_parent->parent : pwin_parent;
977 for (; P && P != stopAt; P = P->parent)
987 WindowPtr win, WindowPtr stopAt, int mode, int inclusive)
989 if ((!inclusive && win == stopAt) || !win)
992 CoreFocusInRecurse(dev, win->parent, stopAt, mode, inclusive);

Completed in 7 milliseconds