aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2018-10-17 14:50:28 +0200
committerThomas White <taw@bitwiz.me.uk>2018-10-17 14:50:28 +0200
commit2b2a139a94c932d50a5ad5a5ab91f997493e5b5a (patch)
treea80c35594d21c4259284a0db5818e077fc1ec70a /src/presentation.h
parent8f7480255e76fc27bcab5ab10ef6c15368c5c495 (diff)
Switch to new Stylesheet type
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/presentation.h b/src/presentation.h
index ed8a188..ea3780e 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -34,6 +34,7 @@ struct presentation;
#include "slideshow.h"
#include "narrative_window.h"
#include "slide_window.h"
+#include "stylesheet.h"
struct menu_pl;
@@ -56,15 +57,13 @@ struct presentation
double slide_width;
double slide_height;
- SCBlock *stylesheet;
SCBlock *scblocks;
+ Stylesheet *stylesheet;
};
extern struct presentation *new_presentation(const char *imagestore);
-extern SCBlock *find_stylesheet(SCBlock *bl);
-extern int replace_stylesheet(struct presentation *p, SCBlock *ss);
extern void free_presentation(struct presentation *p);
extern char *get_titlebar_string(struct presentation *p);