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

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dwindow.c1940 * Given pWin and pSib and the relationshipe smode, return
1974 int smode)
1988 switch (smode)
2127 int rc, action, smode = Above; local in function:ConfigureWindow
2196 GET_CARD8(CWStackMode, smode);
2197 if ((smode != TopIf) && (smode != BottomIf) &&
2198 (smode != Opposite) && (smode != Above) && (smode !
1967 WhereDoIGoInTheStack(WindowPtr pWin,WindowPtr pSib,short x,short y,unsigned short w,unsigned short h,int smode) argument
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dwindow.c2029 * Given pWin and pSib and the relationshipe smode, return
2059 short y, unsigned short w, unsigned short h, int smode)
2072 switch (smode) {
2201 int rc, action, smode = Above; local in function:ConfigureWindow
2261 GET_CARD8(CWStackMode, smode);
2262 if ((smode != TopIf) && (smode != BottomIf) &&
2263 (smode != Opposite) && (smode != Above) && (smode !
2056 WhereDoIGoInTheStack(WindowPtr pWin,WindowPtr pSib,short x,short y,unsigned short w,unsigned short h,int smode) argument
[all...]

Completed in 7 milliseconds