diff options
author | Jonathan Blandford <jrb@redhat.com> | 1999-12-11 00:21:27 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 1999-12-11 00:21:27 +0000 |
commit | d723183795d0f3df801262770f5198e5403e685f (patch) | |
tree | 72f6358bc180772070fe518ad8f5239215b180d3 /gdk-pixbuf/gdk-pixbuf.h | |
parent | 0b0ebee941d724daddb624319517702d703bf16e (diff) | |
download | gtk+-d723183795d0f3df801262770f5198e5403e685f.tar.gz |
thinking about the new loading API.
1999-12-10 Jonathan Blandford <jrb@redhat.com>
* gdk-pixbuf/gdk-pixbuf-io.h: thinking about the new loading API.
* gdk-pixbuf/gdk-pixbuf-drawable.c (gdk_pixbuf_get_from_drawable):
make a warning go away.
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf.h')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf.h b/gdk-pixbuf/gdk-pixbuf.h index a6c9f12f3e..7c16915d27 100644 --- a/gdk-pixbuf/gdk-pixbuf.h +++ b/gdk-pixbuf/gdk-pixbuf.h @@ -61,7 +61,6 @@ struct _GdkPixbufFrame { GdkPixbuf *pixbuf; - GdkPixbufFrame *next; gushort x_offset; gushort y_offset; guint delaytime; @@ -163,9 +162,10 @@ GdkPixbuf *gdk_pixbuf_get_from_drawable (GdkPixbuf *dest, /* Animation loading */ GdkPixbufAnimation *gdk_pixbuf_animation_new_from_file (const char *filename); -GdkPixbufAnimation *gdk_pixbuf_animation_destroy (GdkPixbufAnimation *animation, +void gdk_pixbuf_animation_destroy (GdkPixbufAnimation *animation, gboolean free_frames); + #ifdef __cplusplus |