Lines Matching defs:exclude
756 * If the current pointer window is a descendant of 'exclude' or an ancestor of
757 * 'exclude', no events are sent. If the current pointer IS 'exclude', events
763 WindowPtr exclude,
777 if (exclude != None && exclude != PointerRootWin &&
778 (IsParent(exclude, P) || IsParent(P, exclude)))
811 * @param exclude If the pointer window is a child of 'exclude', no events are
818 WindowPtr exclude,
826 if (!P || P == exclude || (pwin_parent != P && !IsParent(pwin_parent, P)))
829 if (exclude != None && (IsParent(exclude, P) || IsParent(P, exclude)))
1057 HasOtherPointer(WindowPtr win, DeviceIntPtr exclude)
1062 if (i != exclude->id && PointerWindows[i] == win)