From 79ee315b72a91a1d2658950d831e5532de17d7f1 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 26 Apr 2007 16:20:50 +0000 Subject: updated for version 7.0-232 --- src/gui.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui.h') 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 -- cgit v1.2.3