diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-07-06 23:10:46 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-07-06 23:10:46 +0000 |
commit | e4ab3810185b6eda9651f0f03d017893b906b868 (patch) | |
tree | f39efe2ad114a15e3e44ba74bc83c396b4207f66 /gdk-pixbuf/io-xbm.c | |
parent | 09487ff9f537152473cfed4ee3afe450606e60b4 (diff) | |
download | gtk+-e4ab3810185b6eda9651f0f03d017893b906b868.tar.gz |
Load-at-size functionality for gdk-pixbuf.
Diffstat (limited to 'gdk-pixbuf/io-xbm.c')
-rw-r--r-- | gdk-pixbuf/io-xbm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdk-pixbuf/io-xbm.c b/gdk-pixbuf/io-xbm.c index 3ef06bb2a8..71e6e40393 100644 --- a/gdk-pixbuf/io-xbm.c +++ b/gdk-pixbuf/io-xbm.c @@ -353,7 +353,8 @@ gdk_pixbuf__xbm_image_load (FILE *f, GError **error) */ static gpointer -gdk_pixbuf__xbm_image_begin_load (ModulePreparedNotifyFunc prepare_func, +gdk_pixbuf__xbm_image_begin_load (ModuleSizeFunc size_func, + ModulePreparedNotifyFunc prepare_func, ModuleUpdatedNotifyFunc update_func, gpointer user_data, GError **error) |