From 362e1a30c6f3527d5d0efc328c2fb448290cd6fc Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 6 Mar 2006 23:29:24 +0000 Subject: updated for version 7.0216 --- src/gui.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index 90047c38fc..6544244dde 100644 --- a/src/gui.h +++ b/src/gui.h @@ -391,6 +391,8 @@ typedef struct Gui PangoContext *text_context; /* the context used for all text */ PangoFont *ascii_font; /* cached font for ASCII strings */ PangoGlyphString *ascii_glyphs; /* cached code point -> glyph map */ +# endif +# ifdef FEAT_GUI_TABLINE GtkWidget *tabline; /* tab pages line handle */ # endif -- cgit v1.2.3