Lines Matching refs:WindowPtr

78 static WindowPtr PointerWindows[MAXDEVICES];
79 static WindowPtr FocusWindows[MAXDEVICES];
86 HasPointer(DeviceIntPtr dev, WindowPtr win) in HasPointer()
111 HasFocus(WindowPtr win) in HasFocus()
125 static WindowPtr
138 static WindowPtr
139 FirstPointerChild(WindowPtr win) in FirstPointerChild()
158 static WindowPtr
159 FirstFocusChild(WindowPtr win) in FirstFocusChild()
176 EnterWindow(DeviceIntPtr dev, WindowPtr win, int mode) in EnterWindow()
194 SetFocusIn(DeviceIntPtr dev, WindowPtr win) in SetFocusIn()
215 static WindowPtr
216 CommonAncestor(WindowPtr a, WindowPtr b) in CommonAncestor()
232 WindowPtr ancestor, WindowPtr child, int mode, int detail) in DeviceEnterNotifies()
234 WindowPtr parent = child->parent; in DeviceEnterNotifies()
250 WindowPtr ancestor, WindowPtr child, int mode, int detail) in CoreEnterNotifies()
252 WindowPtr parent = child->parent; in CoreEnterNotifies()
284 WindowPtr child, WindowPtr ancestor, int mode, int detail) in CoreLeaveNotifies()
286 WindowPtr win; in CoreLeaveNotifies()
329 WindowPtr child, WindowPtr ancestor, int mode, int detail) in DeviceLeaveNotifies()
331 WindowPtr win; in DeviceLeaveNotifies()
347 CoreEnterLeaveNonLinear(DeviceIntPtr dev, WindowPtr A, WindowPtr B, int mode) in CoreEnterLeaveNonLinear()
349 WindowPtr X = CommonAncestor(A, B); in CoreEnterLeaveNonLinear()
372 WindowPtr child = FirstPointerChild(A); in CoreEnterLeaveNonLinear()
416 WindowPtr child = FirstPointerChild(B); in CoreEnterLeaveNonLinear()
431 CoreEnterLeaveToAncestor(DeviceIntPtr dev, WindowPtr A, WindowPtr B, int mode) in CoreEnterLeaveToAncestor()
453 WindowPtr child = FirstPointerChild(A); in CoreEnterLeaveToAncestor()
487 CoreEnterLeaveToDescendant(DeviceIntPtr dev, WindowPtr A, WindowPtr B, int mode) in CoreEnterLeaveToDescendant()
526 WindowPtr child = FirstPointerChild(B); in CoreEnterLeaveToDescendant()
538 CoreEnterLeaveEvents(DeviceIntPtr dev, WindowPtr from, WindowPtr to, int mode) in CoreEnterLeaveEvents()
557 int sourceid, WindowPtr from, WindowPtr to, int mode) in DeviceEnterLeaveEvents()
574 WindowPtr common = CommonAncestor(to, from); in DeviceEnterLeaveEvents()
597 int sourceid, WindowPtr fromWin, WindowPtr toWin, int mode) in DoEnterLeaveEvents()
675 DeliverStateNotifyEvent(DeviceIntPtr dev, WindowPtr win) in DeliverStateNotifyEvent()
778 WindowPtr pWin) in DeviceFocusEvent()
853 WindowPtr child, WindowPtr ancestor, int mode, int detail) in DeviceFocusOutEvents()
855 WindowPtr win; in DeviceFocusOutEvents()
870 WindowPtr ancestor, WindowPtr child, int mode, int detail) in DeviceFocusInEvents()
872 WindowPtr parent = child->parent; in DeviceFocusInEvents()
887 WindowPtr ancestor, WindowPtr child, int mode, int detail) in CoreFocusInEvents()
889 WindowPtr parent = child->parent; in CoreFocusInEvents()
919 WindowPtr child, WindowPtr ancestor, int mode, int detail) in CoreFocusOutEvents()
921 WindowPtr win; in CoreFocusOutEvents()
966 WindowPtr pwin_parent, in CoreFocusOutNotifyPointerEvents()
967 WindowPtr exclude, int mode, int inclusive) in CoreFocusOutNotifyPointerEvents()
969 WindowPtr P, stopAt; in CoreFocusOutNotifyPointerEvents()
995 WindowPtr win, WindowPtr stopAt, int mode, int inclusive) in CoreFocusInRecurse()
1015 WindowPtr pwin_parent, in CoreFocusInNotifyPointerEvents()
1016 WindowPtr exclude, int mode, int inclusive) in CoreFocusInNotifyPointerEvents()
1018 WindowPtr P; in CoreFocusInNotifyPointerEvents()
1036 CoreFocusNonLinear(DeviceIntPtr dev, WindowPtr A, WindowPtr B, int mode) in CoreFocusNonLinear()
1038 WindowPtr X = CommonAncestor(A, B); in CoreFocusNonLinear()
1060 WindowPtr child = FirstFocusChild(A); in CoreFocusNonLinear()
1107 WindowPtr child = FirstFocusChild(B); in CoreFocusNonLinear()
1126 CoreFocusToAncestor(DeviceIntPtr dev, WindowPtr A, WindowPtr B, int mode) in CoreFocusToAncestor()
1147 WindowPtr child = FirstFocusChild(A); in CoreFocusToAncestor()
1183 CoreFocusToDescendant(DeviceIntPtr dev, WindowPtr A, WindowPtr B, int mode) in CoreFocusToDescendant()
1223 WindowPtr child = FirstFocusChild(B); in CoreFocusToDescendant()
1236 HasOtherPointer(WindowPtr win, DeviceIntPtr exclude) in HasOtherPointer()
1253 WindowPtr A, /* PointerRootWin or NoneWin */ in CoreFocusPointerRootNoneSwitch()
1254 WindowPtr B, /* NoneWin or PointerRootWin */ in CoreFocusPointerRootNoneSwitch()
1257 WindowPtr root; in CoreFocusPointerRootNoneSwitch()
1275 WindowPtr ptrwin = PointerWin(GetMaster(dev, POINTER_OR_FLOAT)); in CoreFocusPointerRootNoneSwitch()
1297 CoreFocusToPointerRootOrNone(DeviceIntPtr dev, WindowPtr A, in CoreFocusToPointerRootOrNone()
1298 WindowPtr B, /* PointerRootWin or NoneWin */ in CoreFocusToPointerRootOrNone()
1301 WindowPtr root; in CoreFocusToPointerRootOrNone()
1311 WindowPtr child = FirstFocusChild(A); in CoreFocusToPointerRootOrNone()
1345 WindowPtr A, /* PointerRootWin or NoneWin */ in CoreFocusFromPointerRootOrNone()
1346 WindowPtr B, int mode) in CoreFocusFromPointerRootOrNone()
1348 WindowPtr root; in CoreFocusFromPointerRootOrNone()
1365 WindowPtr ptrwin = PointerWin(GetMaster(dev, POINTER_OR_FLOAT)); in CoreFocusFromPointerRootOrNone()
1386 WindowPtr child = FirstFocusChild(B); in CoreFocusFromPointerRootOrNone()
1403 CoreFocusEvents(DeviceIntPtr dev, WindowPtr from, WindowPtr to, int mode) in CoreFocusEvents()
1428 DeviceFocusEvents(DeviceIntPtr dev, WindowPtr from, WindowPtr to, int mode) in DeviceFocusEvents()
1530 WindowPtr common = CommonAncestor(to, from); in DeviceFocusEvents()
1560 DoFocusEvents(DeviceIntPtr pDev, WindowPtr from, WindowPtr to, int mode) in DoFocusEvents()