summaryrefslogtreecommitdiff
path: root/do_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'do_tests.c')
-rw-r--r--do_tests.c34
1 files changed, 17 insertions, 17 deletions
diff --git a/do_tests.c b/do_tests.c
index e6ff767..a1024e4 100644
--- a/do_tests.c
+++ b/do_tests.c
@@ -3,13 +3,13 @@ Copyright 1988, 1989 by Digital Equipment Corporation, Maynard, Massachusetts.
All Rights Reserved
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
+both that copyright notice and this permission notice appear in
supporting documentation, and that the name of Digital not be
used in advertising or publicity pertaining to distribution of the
-software without specific, written prior permission.
+software without specific, written prior permission.
DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
@@ -941,30 +941,30 @@ Test test[] = {
{"-f24text16", "Char16 in 23-char line (k24)", NULL,
InitText16, DoText16, ClearTextWin, EndText16,
V1_3FEATURE, ROP, 0,
- {23, False,
+ {23, False,
"-jis-fixed-medium-r-normal--24-230-75-75-c-240-jisx0208.1983-*",
NULL}},
{"-tr10text", "Char in 80-char line (TR 10)", NULL,
InitText, DoText, ClearTextWin, EndText,
V1_2FEATURE, ROP, 0,
- {80, False,
- "-adobe-times-medium-r-normal--10-100-75-75-p-54-iso8859-1",
+ {80, False,
+ "-adobe-times-medium-r-normal--10-100-75-75-p-54-iso8859-1",
NULL}},
{"-tr24text", "Char in 30-char line (TR 24)", NULL,
InitText, DoText, ClearTextWin, EndText,
V1_2FEATURE, ROP, 0,
- {30, False,
+ {30, False,
"-adobe-times-medium-r-normal--24-240-75-75-p-124-iso8859-1",
NULL}},
{"-polytext", "Char in 20/40/20 line (6x13, TR 10)", NULL,
InitText, DoPolyText, ClearTextWin, EndText,
V1_2FEATURE, ROP, 0,
- {80, True, "6x13",
+ {80, True, "6x13",
"-adobe-times-medium-r-normal--10-100-75-75-p-54-iso8859-1"}},
{"-polytext16", "Char16 in 7/14/7 line (k14, k24)", NULL,
InitText16, DoPolyText16, ClearTextWin, EndText16,
V1_3FEATURE, ROP, 0,
- {28, True,
+ {28, True,
"-misc-fixed-medium-r-normal--14-130-75-75-c-140-jisx0208.1983-*",
"-jis-fixed-medium-r-normal--24-230-75-75-c-240-jisx0208.1983-*"}},
{"-fitext", "Char in 80-char image line (6x13)", NULL,
@@ -988,19 +988,19 @@ Test test[] = {
{"-f24itext16", "Char16 in 23-char image line (k24)", NULL,
InitText16, DoImageText16, ClearTextWin, EndText16,
V1_3FEATURE, PLANEMASK, 0,
- {23, False,
+ {23, False,
"-jis-fixed-medium-r-normal--24-230-75-75-c-240-jisx0208.1983-*",
NULL}},
{"-tr10itext", "Char in 80-char image line (TR 10)", NULL,
InitText, DoImageText, ClearTextWin, EndText,
V1_2FEATURE, PLANEMASK, 0,
- {80, False,
- "-adobe-times-medium-r-normal--10-100-75-75-p-54-iso8859-1",
+ {80, False,
+ "-adobe-times-medium-r-normal--10-100-75-75-p-54-iso8859-1",
NULL}},
{"-tr24itext", "Char in 30-char image line (TR 24)", NULL,
InitText, DoImageText, ClearTextWin, EndText,
V1_2FEATURE, PLANEMASK, 0,
- {30, False,
+ {30, False,
"-adobe-times-medium-r-normal--24-240-75-75-p-124-iso8859-1",
NULL}},
#ifdef XFT
@@ -1106,7 +1106,7 @@ Test test[] = {
V1_2FEATURE, ROP, 0,
{4, 10}},
{"-copypixwin100", "Copy 100x100 from pixmap to window", NULL,
- InitCopyPix, DoCopyPixWin, MidCopyPix, EndCopyPix,
+ InitCopyPix, DoCopyPixWin, MidCopyPix, EndCopyPix,
V1_2FEATURE, ROP, 0,
{4, 100}},
{"-copypixwin500", "Copy 500x500 from pixmap to window", NULL,
@@ -1118,7 +1118,7 @@ Test test[] = {
V1_2FEATURE, ROP, 0,
{4, 10}},
{"-copywinpix100", "Copy 100x100 from window to pixmap", NULL,
- InitCopyPix, DoCopyWinPix, MidScroll, EndCopyPix,
+ InitCopyPix, DoCopyWinPix, MidScroll, EndCopyPix,
V1_2FEATURE, ROP, 0,
{4, 100}},
{"-copywinpix500", "Copy 500x500 from window to pixmap", NULL,
@@ -1130,7 +1130,7 @@ Test test[] = {
V1_2FEATURE, ROP, 0,
{4, 10}},
{"-copypixpix100", "Copy 100x100 from pixmap to pixmap", NULL,
- InitCopyPix, DoCopyPixPix, NullProc, EndCopyPix,
+ InitCopyPix, DoCopyPixPix, NullProc, EndCopyPix,
V1_2FEATURE, ROP, 0,
{4, 100}},
{"-copypixpix500", "Copy 500x500 from pixmap to pixmap", NULL,