diff options
author | Jonathan Blandford <jrb@src.gnome.org> | 1999-11-04 19:22:45 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 1999-11-04 19:22:45 +0000 |
commit | 5d0e9b4a2e5e62f51ae3528cd49cd31a35c4b1d8 (patch) | |
tree | 3ecdd91bc1b695ba9052f38c9cc42c0efdd8e008 /gdk-pixbuf/io-tiff.c | |
parent | d0ed72ee143dd9586ea42a937860c042bdd8fa74 (diff) | |
download | gdk-pixbuf-5d0e9b4a2e5e62f51ae3528cd49cd31a35c4b1d8.tar.gz |
fix .tiff loader.
add a testcase for the "updated_area"
Diffstat (limited to 'gdk-pixbuf/io-tiff.c')
-rw-r--r-- | gdk-pixbuf/io-tiff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk-pixbuf/io-tiff.c b/gdk-pixbuf/io-tiff.c index 91272b5da..0a86c87f5 100644 --- a/gdk-pixbuf/io-tiff.c +++ b/gdk-pixbuf/io-tiff.c @@ -146,6 +146,7 @@ image_begin_load (ModulePreparedNotifyFunc prepare_func, context = g_new (TiffData, 1); context->prepare_func = prepare_func; + context->update_func = update_func; context->user_data = user_data; context->all_okay = TRUE; context->tempname = g_strdup ("/tmp/gdkpixbuf-tif-tmp.XXXXXX"); |