summaryrefslogtreecommitdiff
path: root/do_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'do_tests.c')
-rw-r--r--do_tests.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/do_tests.c b/do_tests.c
index 5e02247..d1c8f82 100644
--- a/do_tests.c
+++ b/do_tests.c
@@ -926,7 +926,7 @@ Test test[] = {
{80, False, "6x13", NULL}},
{"-tileftext","Char in 80-char line tiled (6x13)", NULL,
InitText, DoText, ClearTextWin, EndText,
- V1_2FEATURE, ROP, 0,
+ V1_7FEATURE, ROP, 0,
{80, False, "6x13", NULL, FillTiled}},
{"-f8text", "Char in 70-char line (8x13)", NULL,
InitText, DoText, ClearTextWin, EndText,
@@ -1191,15 +1191,15 @@ Test test[] = {
{4, 500, "XY"}},
{"-putimagexybitmap10", "PutImage XYBitmap 10x10 square", NULL,
InitPutImage, DoPutImage, MidCopyPix, EndGetImage,
- V1_4FEATURE, ROP, 0,
+ V1_7FEATURE, ROP, 0,
{4, 10, "XYBitmap"}},
{"-putimagexybitmap100", "PutImage XYBitmap 100x100 square", NULL,
InitPutImage, DoPutImage, MidCopyPix, EndGetImage,
- V1_4FEATURE, ROP, 0,
+ V1_7FEATURE, ROP, 0,
{4, 100, "XYBitmap"}},
{"-putimagexybitmap500", "PutImage XYBitmap 500x500 square", NULL,
InitPutImage, DoPutImage, MidCopyPix, EndGetImage,
- V1_4FEATURE, ROP, 0,
+ V1_7FEATURE, ROP, 0,
{4, 500, "XYBitmap"}},
#ifdef MITSHM
{"-shmput10", "ShmPutImage 10x10 square", NULL,
@@ -1228,15 +1228,15 @@ Test test[] = {
{4, 500, "XY"}},
{"-shmputxybitmap10", "ShmPutImage XYBitmap 10x10 square", NULL,
InitShmPutImage, DoShmPutImage, MidCopyPix, EndShmPutImage,
- V1_4FEATURE, ROP, 0,
+ V1_7FEATURE, ROP, 0,
{4, 10, "XYBitmap"}},
{"-shmputxybitmap100", "ShmPutImage XYBitmap 100x100 square", NULL,
InitShmPutImage, DoShmPutImage, MidCopyPix, EndShmPutImage,
- V1_4FEATURE, ROP, 0,
+ V1_7FEATURE, ROP, 0,
{4, 100, "XYBitmap"}},
{"-shmputxybitmap500", "ShmPutImage XYBitmap 500x500 square", NULL,
InitShmPutImage, DoShmPutImage, MidCopyPix, EndShmPutImage,
- V1_4FEATURE, ROP, 0,
+ V1_7FEATURE, ROP, 0,
{4, 500, "XYBitmap"}},
{"-shmget10", "ShmGetImage 10x10 square", NULL,
InitShmGetImage, DoShmGetImage, NullProc, EndShmGetImage,