forked from AuroraMiddleware/gtk
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)
This commit is contained in:
parent
18c718719e
commit
d2b0a7348a
@ -1,3 +1,8 @@
|
||||
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)
|
||||
|
||||
2004-08-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.5.1 ===
|
||||
|
@ -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++;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user