diff options
author | Jonathan Blandford <jrb@redhat.com> | 1999-10-28 14:46:46 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 1999-10-28 14:46:46 +0000 |
commit | 5a8b538ee199f1f9dbcd3b6f68e5753c0ef03170 (patch) | |
tree | 98fc3c19ab9c8d6d66e6abee30441ec542d4fc36 /gdk-pixbuf/gdk-pixbuf-loader.c | |
parent | 53ffebed1953f888c0aaedbc9564f7c6a3cf8805 (diff) | |
download | gtk+-5a8b538ee199f1f9dbcd3b6f68e5753c0ef03170.tar.gz |
started work on the tiff non-incremental loader.
1999-10-28 Jonathan Blandford <jrb@redhat.com>
* src/io-tiff.c (image_load_increment): started work on the tiff
non-incremental loader.
* src/io-gif.c (image_load_increment): started work on the gif
incremental loader.
* src/gdk-pixbuf-io.h: Changed ModuleType to GdkPixbufModule.
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-loader.c')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf-loader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-loader.c b/gdk-pixbuf/gdk-pixbuf-loader.c index c1fb1897fe..c7c6c5cca6 100644 --- a/gdk-pixbuf/gdk-pixbuf-loader.c +++ b/gdk-pixbuf/gdk-pixbuf-loader.c @@ -53,7 +53,7 @@ typedef struct { gboolean closed; gchar buf[128]; gint buf_offset; - ModuleType *image_module; + GdkPixbufModule *image_module; gpointer context; } GdkPixbufLoaderPrivate; |