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

@@ -421,7 +421,8 @@ typedef struct Gui
#endif /* FEAT_GUI_GTK */
#if defined(FEAT_GUI_TABLINE) \
&& (defined(FEAT_GUI_W32) || defined(FEAT_GUI_MOTIF))
&& (defined(FEAT_GUI_W32) || defined(FEAT_GUI_MOTIF) \
|| defined(FEAT_GUI_MAC))
int tabline_height;
#endif