aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/cairo/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/cairo/render.h')
-rw-r--r--libstorycode/cairo/render.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/libstorycode/cairo/render.h b/libstorycode/cairo/render.h
index 6e5f4ad..15fcc0c 100644
--- a/libstorycode/cairo/render.h
+++ b/libstorycode/cairo/render.h
@@ -1,7 +1,7 @@
/*
* render.h
*
- * Copyright © 2013-2018 Thomas White <taw@bitwiz.org.uk>
+ * Copyright © 2013-2019 Thomas White <taw@bitwiz.org.uk>
*
* This file is part of Colloquium.
*
@@ -28,12 +28,9 @@
#endif
#include "presentation.h"
-#include "imagestore.h"
-#include "sc_interp.h"
-#include "frame.h"
-extern int render_cairo_slide(Slide *s, cairo_t *cr, double log_w, double log_h,
- Stylesheet *stylesheet, int slide_number,
- PangoLanguage *lang, PangoContext *pc);
+extern int cairo_render_slide(Slide *s, cairo_t *cr, Stylesheet *stylesheet,
+ int slide_number, PangoLanguage *lang,
+ PangoContext *pc);
#endif /* RENDER_H */