diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-04-26 16:20:50 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-04-26 16:20:50 +0000 |
commit | 79ee315b72a91a1d2658950d831e5532de17d7f1 (patch) | |
tree | 50a718c317d62720798065b1bd1d87a0faa86564 /src/gui.h | |
parent | 1c536285180f4424e8e21c4992ba749a44f65b79 (diff) | |
download | vim-git-79ee315b72a91a1d2658950d831e5532de17d7f1.tar.gz |
updated for version 7.0-232v7.0.232
Diffstat (limited to 'src/gui.h')
-rw-r--r-- | src/gui.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |