From a6af31fbaba86661985fd8767026ea3b1c5ae191 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 23 Apr 2018 23:19:50 +0200 Subject: Initialise StylesheetEditor default font and fgcol --- src/stylesheet_editor.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/stylesheet_editor.h') diff --git a/src/stylesheet_editor.h b/src/stylesheet_editor.h index ab2d65c..7883132 100644 --- a/src/stylesheet_editor.h +++ b/src/stylesheet_editor.h @@ -51,12 +51,16 @@ COLLOQUIUM_TYPE_STYLESHEET_EDITOR, \ StylesheetEditorClass)) -struct stylesheet_editor_private; + +typedef struct _sspriv StylesheetEditorPrivate; struct _stylesheeteditor { GtkDialog parent_instance; - struct stylesheet_editor_private *priv; + GtkWidget *default_style_font; + GtkWidget *default_style_fgcol; + GtkWidget *default_style_ss; + StylesheetEditorPrivate *priv; }; -- cgit v1.2.3