aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-05-26 23:04:05 +0200
committerThomas White <taw@bitwiz.org.uk>2013-05-26 23:04:05 +0200
commit172af97063ea7b7eae20199c99ed9e7f3333ab24 (patch)
tree9d5b4b2ad3d56d1941b21b1c7229ad99450d0665 /src/stylesheet.h
parent36a17f74e22a2d8406a98577caa73e16037980c7 (diff)
Add default style
Diffstat (limited to 'src/stylesheet.h')
-rw-r--r--src/stylesheet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h
index 17d6070..7b2a846 100644
--- a/src/stylesheet.h
+++ b/src/stylesheet.h
@@ -63,7 +63,7 @@ extern void free_stylesheet(StyleSheet *ss);
extern StyleSheet *default_stylesheet(void);
extern struct style *new_style(StyleSheet *ss, const char *name);
-extern struct style *find_style(StyleSheet *ss, const char *name);
+extern struct style *default_style(StyleSheet *ss);
extern struct slide_template *new_template(StyleSheet *ss, const char *name);
extern void add_to_template(struct slide_template *t, struct style *sty);