Home
last modified time | relevance | path

Searched refs:SHADOW_ROWS (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/dialog/
H A Ddialog.h118 #define SLINES (DLG_LINES - (dialog_state.use_shadow ? SHADOW_ROWS : 0))
140 #define SHADOW_ROWS 1 /* rows to reserve for window's shadow */ macro
H A Dutil.c1664 if (y >= ybase + SHADOW_ROWS in in_shadow()
1665 && y < ylast + SHADOW_ROWS in in_shadow()
1671 && y < ylast + SHADOW_ROWS in in_shadow()
1747 for (i = 0; i < SHADOW_ROWS; ++i) { in repaint_shadow()
1754 RepaintCell(dw, draw, i + y + SHADOW_ROWS, j + x + width); in repaint_shadow()
2409 (void) mvwin(p->shadow, y + SHADOW_ROWS, x + SHADOW_COLS); in dlg_move_window()