diff options
Diffstat (limited to 'do_tests.c')
-rw-r--r-- | do_tests.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1299,10 +1299,10 @@ Test test[] = { InitCompositePix, DoCompositePixWin, MidScroll, EndCompositeWin, VERSION1_6, COMP, 0, {4, 5, NULL, NULL, 0x8000}}, - {"-minpixwin100", "Scale 100x100 from pixmap to 5x5 window", NULL, + {"-minpixwin100", "Scale 100x100 from pixmap to 50x50 window", NULL, InitCompositePix, DoCompositePixWin, MidScroll, EndCompositeWin, VERSION1_6, COMP, 0, - {4, 5, NULL, NULL, 0x8000}}, + {4, 50, NULL, NULL, 0x8000}}, {"-minpixwin500", "Scale 500x500 from pixmap to 250x250 window", NULL, InitCompositePix, DoCompositePixWin, MidScroll, EndCompositeWin, VERSION1_6, COMP, 0, |