From 7b873527ac7fdb7398000b49195b9fa4ac1232a6 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 6 Aug 2018 23:53:35 +0200 Subject: Frame background stuff --- src/stylesheet_editor.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/stylesheet_editor.h') diff --git a/src/stylesheet_editor.h b/src/stylesheet_editor.h index 4ab2061..480bd8a 100644 --- a/src/stylesheet_editor.h +++ b/src/stylesheet_editor.h @@ -30,6 +30,7 @@ #include #include "presentation.h" +#include "frame.h" #define COLLOQUIUM_TYPE_STYLESHEET_EDITOR (stylesheet_editor_get_type()) @@ -71,6 +72,16 @@ struct _stylesheeteditor GtkWidget *frame_style_bgcol2; GtkWidget *frame_style_bggrad; StylesheetEditorPrivate *priv; + + GdkRGBA narrative_bgcol; + GdkRGBA narrative_bgcol2; + GradientType narrative_bggrad; + GdkRGBA slide_bgcol; + GdkRGBA slide_bgcol2; + GradientType slide_bggrad; + GdkRGBA frame_bgcol; + GdkRGBA frame_bgcol2; + GradientType frame_bggrad; }; -- cgit v1.2.3