Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
HDutil.c1391 *width += ((2 * MARGIN) + SHADOW_COLS); in real_auto_size()
1667 && x < xlast + SHADOW_COLS) { in in_shadow()
1672 && x >= ybase + SHADOW_COLS in in_shadow()
1673 && x < ylast + SHADOW_COLS) { in in_shadow()
1749 RepaintCell(dw, draw, i + y + height, j + x + SHADOW_COLS); in repaint_shadow()
1753 for (j = 0; j < SHADOW_COLS; ++j) { in repaint_shadow()
2409 (void) mvwin(p->shadow, y + SHADOW_ROWS, x + SHADOW_COLS); in dlg_move_window()
HDdialog.h117 #define SCOLS (DLG_COLS - (dialog_state.use_shadow ? SHADOW_COLS : 0))
141 #define SHADOW_COLS 2 /* columns to reserve for window's shadow */ macro