aboutsummaryrefslogtreecommitdiffstats
path: root/render.h
blob: 07e76545e72b67cda5c985d6906720273ce36242 (plain)
1
2
3
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);