Searched refs:SHADOW_ROWS (Results 1 – 2 of 2) sorted by relevance
1681 if (y >= ybase + SHADOW_ROWS in in_shadow()1682 && y < ylast + SHADOW_ROWS in in_shadow()1688 && y < ylast + SHADOW_ROWS in in_shadow()1764 for (i = 0; i < SHADOW_ROWS; ++i) { in repaint_shadow()1771 RepaintCell(dw, draw, i + y + SHADOW_ROWS, j + x + width); in repaint_shadow()2426 (void) mvwin(p->shadow, y + SHADOW_ROWS, x + SHADOW_COLS); in dlg_move_window()
140 #define SLINES (DLG_LINES - (dialog_state.use_shadow ? SHADOW_ROWS : 0))179 #define SHADOW_ROWS 1 /* rows to reserve for window's shadow */ macro