From 3577c6fafb77da5419cd1001dac56f204d480bdc Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 24 Jun 2008 21:16:56 +0000 Subject: updated for version 7.2a --- src/gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index e4ee182bcf..875b5e423c 100644 --- a/src/gui.h +++ b/src/gui.h @@ -425,7 +425,7 @@ 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