io-bmp.c (OneLine): Emit area_updated signal with proper

area information. (#52002)
This commit is contained in:
Matthias Clasen
2001-08-28 19:59:42 +00:00
parent 2ffa754083
commit 7f39896945
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
Tue Aug 28 21:05:26 2001 Matthias Clasen <matthiasc@poet.de>
* io-bmp.c (OneLine): Emit area_updated signal with proper
area information. (#52002)
Tue Aug 28 20:03:43 2001 Matthias Clasen <matthiasc@poet.de>
* test-loaders.c (test_loader): Catch errors at close time.

View File

@@ -639,7 +639,7 @@ static void OneLine(struct bmp_progressive_state *context)
0,
context->Lines,
context->Header.width,
context->Header.height,
1,
context->user_data);
}