Searched refs:WINDOW_HEIGTH_MIN (Results 1 – 2 of 2) sorted by relevance
/scripts/kconfig/lxdialog/ | ||
D | dialog.h | 214 #define WINDOW_HEIGTH_MIN 19 /* For init_dialog() */ macro |
D | util.c | 325 if (height < WINDOW_HEIGTH_MIN || width < WINDOW_WIDTH_MIN) { in init_dialog() |