Home
last modified time | relevance | path

Searched refs:effectiveFocus (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xi/
H A Dexevents.c2657 WindowPtr effectiveFocus = NullWindow; /* only set if dest==InputFocus */ in SendEvent() local
2682 effectiveFocus = inputFocus; in SendEvent()
2686 effectiveFocus = pWin = inputFocus; in SendEvent()
2701 if (pWin == effectiveFocus) in SendEvent()
/OK3568_Linux_fs/external/xserver/dix/
H A Devents.c5346 WindowPtr effectiveFocus = NullWindow; /* only set if dest==InputFocus */ in ProcSendEvent() local
5406 effectiveFocus = inputFocus; in ProcSendEvent()
5410 effectiveFocus = pWin = inputFocus; in ProcSendEvent()
5431 if (pWin == effectiveFocus) in ProcSendEvent()