Searched refs:pwin_parent (Results 1 – 1 of 1) sorted by relevance
966 WindowPtr pwin_parent, in CoreFocusOutNotifyPointerEvents() argument975 if (!IsParent(pwin_parent, P)) in CoreFocusOutNotifyPointerEvents()976 if (!(pwin_parent == P && inclusive)) in CoreFocusOutNotifyPointerEvents()983 stopAt = (inclusive) ? pwin_parent->parent : pwin_parent; in CoreFocusOutNotifyPointerEvents()1015 WindowPtr pwin_parent, in CoreFocusInNotifyPointerEvents() argument1022 if (!P || P == exclude || (pwin_parent != P && !IsParent(pwin_parent, P))) in CoreFocusInNotifyPointerEvents()1028 CoreFocusInRecurse(dev, P, pwin_parent, mode, inclusive); in CoreFocusInNotifyPointerEvents()