Searched refs:pMe (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dwindow.c1818 * returns Above if pSib above pMe in stack or Below otherwise
1823 WindowPtr pMe,
1828 pWin = pMe->parent->firstChild;
1833 else if (pWin == pMe)
1822 IsSiblingAboveMe(WindowPtr pMe,WindowPtr pSib) argument
/xsrc/external/mit/xorg-server/dist/dix/
H A Dwindow.c1928 * returns Above if pSib above pMe in stack or Below otherwise
1932 IsSiblingAboveMe(WindowPtr pMe, WindowPtr pSib) argument
1936 pWin = pMe->parent->firstChild;
1940 else if (pWin == pMe)

Completed in 13 milliseconds