From e4ab3810185b6eda9651f0f03d017893b906b868 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 6 Jul 2002 23:10:46 +0000 Subject: Load-at-size functionality for gdk-pixbuf. --- gdk-pixbuf/io-xpm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdk-pixbuf/io-xpm.c') diff --git a/gdk-pixbuf/io-xpm.c b/gdk-pixbuf/io-xpm.c index 6f47766768..ee9d44e385 100644 --- a/gdk-pixbuf/io-xpm.c +++ b/gdk-pixbuf/io-xpm.c @@ -1416,7 +1416,8 @@ struct _XPMContext * in the future. */ static gpointer -gdk_pixbuf__xpm_image_begin_load (ModulePreparedNotifyFunc prepare_func, +gdk_pixbuf__xpm_image_begin_load (ModuleSizeFunc size_func, + ModulePreparedNotifyFunc prepare_func, ModuleUpdatedNotifyFunc update_func, gpointer user_data, GError **error) -- cgit v1.2.1