commit | 3577c6fafb77da5419cd1001dac56f204d480bdc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 24 21:16:56 2008 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 24 21:16:56 2008 +0000 |
tree | 46a08e8d03068c31624359c2601b3645c2881d8c | |
parent | a7241f5f19fd0865ce697939c347a8c88fb507d5 [diff] [blame] |
updated for version 7.2a
diff --git a/src/gui.h b/src/gui.h index e4ee182..875b5e4 100644 --- a/src/gui.h +++ b/src/gui.h
@@ -425,7 +425,7 @@ #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