Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_motif.c1086 Dimension y, maxy; in gui_mch_compute_menu_height() local
1118 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()