summaryrefslogtreecommitdiffstats
path: root/src/gui.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-04-26 16:20:50 +0000
committerBram Moolenaar <Bram@vim.org>2007-04-26 16:20:50 +0000
commit79ee315b72a91a1d2658950d831e5532de17d7f1 (patch)
tree50a718c317d62720798065b1bd1d87a0faa86564 /src/gui.h
parent1c536285180f4424e8e21c4992ba749a44f65b79 (diff)
updated for version 7.0-232v7.0.232
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui.h b/src/gui.h
index 87fd4c1525..2e757b81ab 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -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