0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

updated for version 7.0-232

This commit is contained in:
Bram Moolenaar
2007-04-26 16:20:50 +00:00
parent 1c53628518
commit 79ee315b72
6 changed files with 434 additions and 4 deletions

View File

@@ -1159,7 +1159,7 @@ gui_position_components(total_width)
#endif
# if defined(FEAT_GUI_TABLINE) && (defined(FEAT_GUI_MSWIN) \
|| defined(FEAT_GUI_MOTIF))
|| defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_MAC))
if (gui_has_tabline())
text_area_y += gui.tabline_height;
#endif