Lines Matching refs:smode
2029 * 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;
2261 GET_CARD8(CWStackMode, smode);
2262 if ((smode != TopIf) && (smode != BottomIf) &&
2263 (smode != Opposite) && (smode != Above) && (smode != Below)) {
2264 client->errorValue = smode;
2283 w + (bw << 1), h + (bw << 1), smode);
2300 event.u.u.detail = (mask & CWStackMode) ? smode : Above;