diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2012-01-25 15:43:48 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-01-25 16:30:48 -0500 |
commit | d6548765109d12335171599dfe4e480a5e73ee05 (patch) | |
tree | 061cc1ab618edb47f4f7f8191c5d8f3c22fef77e /clients/cairo-util.h | |
parent | 8129bc0fb9700e014455702446f21eb004ce448a (diff) |
cairo-util: Add png loader and image type sniffing
Diffstat (limited to 'clients/cairo-util.h')
-rw-r--r-- | clients/cairo-util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/cairo-util.h b/clients/cairo-util.h index 07613ac..3a9f3bc 100644 --- a/clients/cairo-util.h +++ b/clients/cairo-util.h @@ -41,6 +41,6 @@ void rounded_rect(cairo_t *cr, int x0, int y0, int x1, int y1, int radius); cairo_surface_t * -load_jpeg(const char *filename); +load_image(const char *filename); #endif |