diff options
Diffstat (limited to 'gdk/gdkpixbuf.h')
-rw-r--r-- | gdk/gdkpixbuf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdk/gdkpixbuf.h b/gdk/gdkpixbuf.h index 39c33d240d..26d72d04a8 100644 --- a/gdk/gdkpixbuf.h +++ b/gdk/gdkpixbuf.h @@ -81,6 +81,9 @@ GdkPixbuf *gdk_pixbuf_get_from_image (GdkPixbuf *dest, int width, int height); +void gdk_pixbuf_set_as_cairo_source (GdkPixbuf *pixbuf, + cairo_t *cr); + #ifdef __cplusplus } #endif /* __cplusplus */ |