aboutsummaryrefslogtreecommitdiff
path: root/src/render.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-08-12 14:54:45 +0200
committerThomas White <taw@bitwiz.org.uk>2012-08-12 14:54:45 +0200
commit3795b390e6923670d5510acc37315dc9e3668b09 (patch)
tree6cb236860acd89907516f645965435887bd006cd /src/render.h
parentf8d5a4d3c2eed0fde67371159a0ffc3c7d3849c3 (diff)
Basic structure for frames
Diffstat (limited to 'src/render.h')
-rw-r--r--src/render.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render.h b/src/render.h
index d5054cd..2fbaa22 100644
--- a/src/render.h
+++ b/src/render.h
@@ -34,4 +34,6 @@ extern cairo_surface_t *render_slide(struct slide *s, int w, int h);
extern int render_sc(const char *sc, cairo_t *cr, double w, double h,
PangoContext *pc);
+extern int render_frame(struct frame *fr, cairo_t *cr, PangoContext *pc);
+
#endif /* RENDER_H */