From 32466aa2e9c45ab355dbaf99a9eedf334bc2e29f Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 24 Feb 2006 23:53:04 +0000 Subject: updated for version 7.0206 --- src/gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index c706302d4b..f1a9e64046 100644 --- a/src/gui.h +++ b/src/gui.h @@ -393,6 +393,7 @@ 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 */ + GtkWidget *tabline; /* tab pages line handle */ # endif GtkAccelGroup *accel_group; -- cgit v1.2.3