Skip to content

Commit 473980b

Browse files
Show the progress bar right away, to show it is alive
1 parent 429880a commit 473980b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

testset/dispbmp/windows/comptbmp/general1.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,8 @@ int PASCAL WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpCmdLine,i
629629
}
630630
}
631631

632+
draw_progress(0,bfr->height);
633+
632634
/* set it up */
633635
{
634636
BITMAPINFOHEADER FAR *bih = bmpInfo(work_state);/*NTS: data area is big enough even for a 256-color paletted file*/

testset/dispbmp/windows/setdib2d/general1.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,8 @@ int PASCAL WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpCmdLine,i
695695
}
696696
}
697697

698+
draw_progress(0,bfr->height);
699+
698700
/* set it up */
699701
{
700702
BITMAPINFOHEADER FAR *bih = bmpInfo(work_state);/*NTS: data area is big enough even for a 256-color paletted file*/

0 commit comments

Comments
 (0)