Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Denterleave.c914 CoreFocusEvent(dev, FocusIn, mode, detail, parent); in CoreFocusInEvents()
950 CoreFocusEvent(dev, FocusOut, mode, detail, win); in CoreFocusOutEvents()
986 CoreFocusEvent(dev, FocusOut, mode, NotifyPointer, P); in CoreFocusOutNotifyPointerEvents()
1001 CoreFocusEvent(dev, FocusIn, mode, NotifyPointer, win); in CoreFocusInRecurse()
1065 CoreFocusEvent(dev, FocusOut, mode, NotifyInferior, A); in CoreFocusNonLinear()
1070 CoreFocusEvent(dev, FocusOut, mode, NotifyNonlinear, A); in CoreFocusNonLinear()
1110 CoreFocusEvent(dev, FocusIn, mode, NotifyInferior, B); in CoreFocusNonLinear()
1115 CoreFocusEvent(dev, FocusIn, mode, NotifyNonlinear, B); in CoreFocusNonLinear()
1152 CoreFocusEvent(dev, FocusOut, mode, NotifyInferior, A); in CoreFocusToAncestor()
1155 CoreFocusEvent(dev, FocusOut, mode, NotifyAncestor, A); in CoreFocusToAncestor()
[all …]
H A Denterleave.h63 extern void CoreFocusEvent(DeviceIntPtr kbd,
H A Devents.c4689 CoreFocusEvent(DeviceIntPtr dev, int type, int mode, int detail, WindowPtr pWin) in CoreFocusEvent() function