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:
Matthias Clasen 2004-08-02 04:05:34 +00:00 committed by Matthias Clasen
parent 18c718719e
commit d2b0a7348a
2 changed files with 6 additions and 1 deletions

View File

@ -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 ===

View File

@ -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++;