aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-04-18 09:49:09 +0200
committerThomas White <taw@bitwiz.org.uk>2012-04-18 09:49:09 +0200
commit7046f1d355dac1c3ac1d83677390d89ab0514ead (patch)
tree4a327d57becd2f49f8fac3993e90a53fc16fbac8 /src/stylesheet.h
parent3e101100a1e64d4ef1ac60f448f12dc9de8dcfbf (diff)
Update...
Diffstat (limited to 'src/stylesheet.h')
-rw-r--r--src/stylesheet.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h
index 73c4e2c..558c7c5 100644
--- a/src/stylesheet.h
+++ b/src/stylesheet.h
@@ -32,6 +32,8 @@
struct frame_class
{
+ char *name;
+
/* Margins of this frame from the parent */
double margin_left;
double margin_right;
@@ -97,8 +99,8 @@ extern void default_stylesheet(StyleSheet *ss);
extern int save_stylesheet(StyleSheet *ss, const char *filename);
/* Used during deserialization */
-extern struct frame_class *find_slide_template(StyleSheet *ss,
- const char *name);
+extern struct slide_template *find_slide_template(StyleSheet *ss,
+ const char *name);
extern struct frame_class *find_frame_class(struct slide_template *st,
const char *name);