diff options
Diffstat (limited to 'test/cairo_test.h')
-rw-r--r-- | test/cairo_test.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/cairo_test.h b/test/cairo_test.h index 58936d56..912ce891 100644 --- a/test/cairo_test.h +++ b/test/cairo_test.h @@ -47,5 +47,9 @@ typedef void (*cairo_test_draw_function_t) (cairo_t *cr, int width, int height) cairo_test_status_t cairo_test (cairo_test_t *test, cairo_test_draw_function_t draw); +cairo_pattern_t * +cairo_test_create_png_pattern (cairo_t *cr, const char *filename); + + #endif |