Searched refs:maxy (Results 1 – 1 of 1) sorted by relevance
1086 Dimension y, maxy; in gui_mch_compute_menu_height() local1118 maxy = 0; in gui_mch_compute_menu_height()1124 if (y > maxy) in gui_mch_compute_menu_height()1125 maxy = y; in gui_mch_compute_menu_height()1144 gui.menu_height = maxy + height - 2 * shadow + 2 * margin + 4; in gui_mch_compute_menu_height()