Searched refs:effectiveFocus (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dexevents.c1746 WindowPtr effectiveFocus = NullWindow; /* only set if dest==InputFocus */ local in function:SendEvent
1771 effectiveFocus = inputFocus;
1774 effectiveFocus = pWin = inputFocus;
1788 if (pWin == effectiveFocus)
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dexevents.c2906 WindowPtr effectiveFocus = NullWindow; /* only set if dest==InputFocus */ local in function:SendEvent
2931 effectiveFocus = inputFocus;
2935 effectiveFocus = pWin = inputFocus;
2950 if (pWin == effectiveFocus)
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Devents.c4995 WindowPtr effectiveFocus = NullWindow; /* only set if dest==InputFocus */ local in function:ProcSendEvent
5060 effectiveFocus = inputFocus;
5064 effectiveFocus = pWin = inputFocus;
5087 if (pWin == effectiveFocus)
/xsrc/external/mit/xorg-server/dist/dix/
H A Devents.c5542 WindowPtr effectiveFocus = NullWindow; /* only set if dest==InputFocus */ local in function:ProcSendEvent
5602 effectiveFocus = inputFocus;
5606 effectiveFocus = pWin = inputFocus;
5627 if (pWin == effectiveFocus)

Completed in 19 milliseconds