diff options
author | Jonathan Blandford <jrb@redhat.com> | 2000-01-07 18:29:13 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2000-01-07 18:29:13 +0000 |
commit | 84c85a1a11142bf559f21dbeeb5867b7fc463a57 (patch) | |
tree | 3a8aa92e9f24135ef6b7369ea355731ea1cad377 /gdk-pixbuf/gdk-pixbuf-loader.h | |
parent | 0e86d28026954078cec6a078ee645bf39b7c4699 (diff) | |
download | gtk+-84c85a1a11142bf559f21dbeeb5867b7fc463a57.tar.gz |
Added progressive animation loading. Added progressive animation loading.
2000-01-07 Jonathan Blandford <jrb@redhat.com>
* gdk-pixbuf/gdk-pixbuf-io.c: Added progressive animation loading.
* gdk-pixbuf/gdk-pixbuf-io.h: Added progressive animation loading.
* gdk-pixbuf/gdk-pixbuf-loader.c: Added progressive animation
loading.
* gdk-pixbuf/gdk-pixbuf-loader.h: Added progressive animation
loading.
* gdk-pixbuf/io-gif.c (image_load_increment): I think the
ref-counting mess is finally fixed. Added progressive animation
loading.
I think progressive animation loading all works now. It's all
documented too, if anyone wants to play with it.
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-loader.h')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf-loader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-loader.h b/gdk-pixbuf/gdk-pixbuf-loader.h index bbab22e11e..9f9a79dc25 100644 --- a/gdk-pixbuf/gdk-pixbuf-loader.h +++ b/gdk-pixbuf/gdk-pixbuf-loader.h @@ -61,7 +61,7 @@ struct _GdkPixbufLoaderClass { void (* area_updated) (GdkPixbufLoader *loader, guint x, guint y, guint width, guint height); - void (* frame_done) (GdkPixbufLoader *loader, gint frame); + void (* frame_done) (GdkPixbufLoader *loader, GdkPixbufFrame *frame); void (* animation_done) (GdkPixbufLoader *loader); |