summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-tiff.c
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@src.gnome.org>1999-11-04 19:22:45 +0000
committerJonathan Blandford <jrb@src.gnome.org>1999-11-04 19:22:45 +0000
commit5d0e9b4a2e5e62f51ae3528cd49cd31a35c4b1d8 (patch)
tree3ecdd91bc1b695ba9052f38c9cc42c0efdd8e008 /gdk-pixbuf/io-tiff.c
parentd0ed72ee143dd9586ea42a937860c042bdd8fa74 (diff)
downloadgtk+-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk-pixbuf/io-tiff.c b/gdk-pixbuf/io-tiff.c
index 91272b5da5..0a86c87f5f 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");