aboutsummaryrefslogtreecommitdiffstats
path: root/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'render.h')
-rw-r--r--render.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/render.h b/render.h
index 2a15568..07e7654 100644
--- a/render.h
+++ b/render.h
@@ -1,2 +1,4 @@
void render_test(cairo_t *cr, int width, int height,
const char *l1, const char *l2);
+void render_image(cairo_t *cr, int width, int height,
+ cairo_surface_t *image);