diff options
Diffstat (limited to 'render.h')
-rw-r--r-- | render.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |