Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Denterleave.c969 WindowPtr P, stopAt; in CoreFocusOutNotifyPointerEvents() local
983 stopAt = (inclusive) ? pwin_parent->parent : pwin_parent; in CoreFocusOutNotifyPointerEvents()
985 for (; P && P != stopAt; P = P->parent) in CoreFocusOutNotifyPointerEvents()
995 WindowPtr win, WindowPtr stopAt, int mode, int inclusive) in CoreFocusInRecurse() argument
997 if ((!inclusive && win == stopAt) || !win) in CoreFocusInRecurse()
1000 CoreFocusInRecurse(dev, win->parent, stopAt, mode, inclusive); in CoreFocusInRecurse()
H A Devents.c2718 WindowPtr stopAt, DeviceIntPtr dev) in DeliverDeviceEvents() argument
2753 if ((deliveries < 0) || (pWin == stopAt) || in DeliverDeviceEvents()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog80929 had a no-propagate flag set or a stopAt window specified, if no mask
80932 Move this, so that the stopAt and do-not-propagate mask is honoured.