summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-pcx.c
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-08-02 04:05:34 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-08-02 04:05:34 +0000
commitd2b0a7348a95b34ab7bf0c235720e2f5921e8748 (patch)
treebe77a55591a4e083ce96e93651da56f1e0cae828 /gdk-pixbuf/io-pcx.c
parent18c718719e252ff9c829ac647d7825611e0786cd (diff)
downloadgtk+-d2b0a7348a95b34ab7bf0c235720e2f5921e8748.tar.gz
Fix progressive loading of 8bit pcx files. (#148518, Magnus Bergman)
Sun Aug 1 23:57:06 2004 Matthias Clasen <maclas@gmx.de> * io-pcx.c (pcx_increment_load_data_1): Fix progressive loading of 8bit pcx files. (#148518, Magnus Bergman)
Diffstat (limited to 'gdk-pixbuf/io-pcx.c')
-rw-r--r--gdk-pixbuf/io-pcx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/io-pcx.c b/gdk-pixbuf/io-pcx.c
index 6b44174033..0b1f9b1596 100644
--- a/gdk-pixbuf/io-pcx.c
+++ b/gdk-pixbuf/io-pcx.c
@@ -353,7 +353,7 @@ pcx_increment_load_data_1(struct pcx_context *context)
}
if(context->updated_func)
- context->updated_func(context->pixbuf, 0, context->current_line, context->width, 1, context->user_data);
+ context->updated_func(context->pixbuf, 0, 0, context->width, context->height, context->user_data);
context->current_line++;