Lines Matching refs:exclude
951 * If the current pointer window is a descendant of 'exclude' or an ancestor of
952 * 'exclude', no events are sent. If the current pointer IS 'exclude', events
958 WindowPtr exclude, int mode, int inclusive)
970 if (exclude != None && exclude != PointerRootWin &&
971 (IsParent(exclude, P) || IsParent(P, exclude)))
1000 * @param exclude If the pointer window is a child of 'exclude', no events are
1007 WindowPtr exclude, int mode, int inclusive)
1013 if (!P || P == exclude || (pwin_parent != P && !IsParent(pwin_parent, P)))
1016 if (exclude != None && (IsParent(exclude, P) || IsParent(P, exclude)))
1227 HasOtherPointer(WindowPtr win, DeviceIntPtr exclude)
1232 if (i != exclude->id && PointerWindows[i] == win)