diff options
Diffstat (limited to 'do_tests.c')
-rw-r--r-- | do_tests.c | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1283,6 +1283,14 @@ Test test[] = { InitCompositePix, DoCompositePixWin, MidScroll, EndCompositeWin, VERSION1_6, COMP, 0, {4, 500}}, + {"-magpixwin500", "Scale 250x250 from pixmap to 500x500 window", NULL, + InitCompositePix, DoCompositePixWin, MidScroll, EndCompositeWin, + VERSION1_6, COMP, 0, + {4, 500, NULL, NULL, 0x20000}}, + {"-minpixwin500", "Scale 500x500 from pixmap to 250x250 window", NULL, + InitCompositePix, DoCompositePixWin, MidScroll, EndCompositeWin, + VERSION1_6, COMP, 0, + {4, 250, NULL, NULL, 0x08000}}, {"-noop", "X protocol NoOperation", NULL, NullInitProc, DoNoOp, NullProc, NullProc, V1_2FEATURE, PLANEMASK, 0, |