commit | 4c7ed462cb7813730b4f15f9cb09f1b26d097fca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 15 22:18:42 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 15 22:18:42 2006 +0000 |
tree | cbca54821fdbaeb62a5c92ef875c8b8df54813c3 | |
parent | e45828b593d8308535b80ef17fe660ead6fab533 [diff] [blame] |
updated for version 7.0198
diff --git a/src/gui_gtk_x11.c b/src/gui_gtk_x11.c index 1502e0c..c608f9d 100644 --- a/src/gui_gtk_x11.c +++ b/src/gui_gtk_x11.c
@@ -3456,6 +3456,9 @@ * otherwise the hints don't work. */ width = gui_get_base_width(); height = gui_get_base_height(); +# ifdef FEAT_MENU + height += tabpageline_height() * gui.char_height; +# endif # ifdef HAVE_GTK2 width += get_menu_tool_width(); height += get_menu_tool_height();