diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-13 00:56:27 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-13 00:56:27 +0200 |
commit | ec2fd3af076bacdfa90185b3e3bc26dd76f964c7 (patch) | |
tree | 78dfa2f63c3379b5360f8ab7a9521f8ebbf7503f /render.h | |
parent | c9b7dad013c6679fc9b78acef049e96258e2b786 (diff) | |
download | drminfo-ec2fd3af076bacdfa90185b3e3bc26dd76f964c7.tar.gz |
image laoder
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); |