aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheet.h')
-rw-r--r--src/stylesheet.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h
index b2640a7..8f9733e 100644
--- a/src/stylesheet.h
+++ b/src/stylesheet.h
@@ -73,6 +73,22 @@ struct layout_element
};
+struct _stylesheet
+{
+ /* Slide layout */
+ struct layout_element **layout_elements;
+ int n_layout_elements;
+
+ /* Normal text styles */
+ struct text_style **text_styles;
+ int n_text_styles;
+
+ /* Background stuff */
+
+ /* Image styles */
+};
+
+
typedef struct _stylesheetwindow StylesheetWindow;
typedef struct _stylesheet StyleSheet;
struct presentation;