Home
last modified time | relevance | path

Searched refs:pwin_parent (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Denterleave.c966 WindowPtr pwin_parent, in CoreFocusOutNotifyPointerEvents() argument
975 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() argument
1022 if (!P || P == exclude || (pwin_parent != P && !IsParent(pwin_parent, P))) in CoreFocusInNotifyPointerEvents()
1028 CoreFocusInRecurse(dev, P, pwin_parent, mode, inclusive); in CoreFocusInNotifyPointerEvents()