diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-07-23 19:38:11 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2011-07-23 19:38:11 +0200 |
commit | 64445c72214d55ba7864342b84f4da4019253c2a (patch) | |
tree | b388063b5de00e699bf85d4a0a177364030af1cc /src/stylesheet.h | |
parent | 3672807f070981d6277302623f1d78af408f4ef3 (diff) |
Lots of work on style sheet mechanism
Diffstat (limited to 'src/stylesheet.h')
-rw-r--r-- | src/stylesheet.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h index a9c008c..5c46d83 100644 --- a/src/stylesheet.h +++ b/src/stylesheet.h @@ -29,9 +29,12 @@ typedef struct _stylesheetwindow StylesheetWindow; +typedef struct _stylesheet StyleSheet; struct presentation; extern StylesheetWindow *open_stylesheet(struct presentation *p); +extern StyleSheet *new_stylesheet(); +extern StyleSheet *load_stylesheet(const char *filename); #endif /* STYLESHEET_H */ |