diff options
author | Owen Taylor <otaylor@redhat.com> | 2005-05-07 18:51:18 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2005-05-07 18:51:18 +0000 |
commit | 274e49f37e16830d4eed74092653062d67ae78cd (patch) | |
tree | cec385199452bc0f0c5ec41d962eaca5015dd495 /gdk/gdkpixbuf.h | |
parent | 778b99a403c1a69e33f96cd140666fe7278195e5 (diff) | |
download | gtk+-274e49f37e16830d4eed74092653062d67ae78cd.tar.gz |
Change prototype to match cairo_set_source_surface().
2005-05-07 Owen Taylor <otaylor@redhat.com>
* gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h (gdk_pixbuf_set_as_cairo_source):
Change prototype to match cairo_set_source_surface().
* gdk/gdkdraw.c gdk/gdkgc.c gdk/gdkpixbuf-render.c gdk/gdkwindow.c
gtk/gtkhsv.c tests/testcairo.c.
Diffstat (limited to 'gdk/gdkpixbuf.h')
-rw-r--r-- | gdk/gdkpixbuf.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdk/gdkpixbuf.h b/gdk/gdkpixbuf.h index 04f00a7eef..aa5b4acba2 100644 --- a/gdk/gdkpixbuf.h +++ b/gdk/gdkpixbuf.h @@ -81,7 +81,9 @@ GdkPixbuf *gdk_pixbuf_get_from_image (GdkPixbuf *dest, int height); void gdk_pixbuf_set_as_cairo_source (GdkPixbuf *pixbuf, - cairo_t *cr); + cairo_t *cr, + double pixbuf_x, + double pixbuf_y); G_END_DECLS |