aboutsummaryrefslogtreecommitdiffstats
path: root/render.h
blob: f3b1a8e46f2cff64a985fcb6f94c96b4d3d317e2 (plain)
1
2
3
4
void render_test(cairo_t *cr, int width, int height,
                 const char *l1, const char *l2, const char *l3);
void render_image(cairo_t *cr, int width, int height,
                  cairo_surface_t *image);