summaryrefslogtreecommitdiff
path: root/do_tests.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-03-25 16:59:02 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-04-13 15:24:54 -0700
commitbd0f1e637f960962203cb5bb7cf0c5ce58cb2cec (patch)
tree2910d8dd8cc0bcb198611392e4fbba3c43b27d89 /do_tests.c
parentf0c5c1c49bfbae402b11367103acae7675edf779 (diff)
Ensure that 100x100 rectangle outlines do not overlap
Signed-off-by: Keith Packard <keithp@keithp.com> Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/1>
Diffstat (limited to 'do_tests.c')
-rw-r--r--do_tests.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/do_tests.c b/do_tests.c
index 35b7aad..b9bdec1 100644
--- a/do_tests.c
+++ b/do_tests.c
@@ -381,7 +381,7 @@ Test test[] = {
{"-orect100", "100x100 rectangle outline", NULL,
InitRectangles, DoOutlineRectangles, NullProc, EndRectangles,
V1_3FEATURE, ROP, 0,
- {36, 100, NULL, "0", FillSolid}},
+ {25, 100, NULL, "0", FillSolid}},
{"-orect500", "500x500 rectangle outline", NULL,
InitRectangles, DoOutlineRectangles, NullProc, EndRectangles,
V1_3FEATURE, ROP, 0,
@@ -393,7 +393,7 @@ Test test[] = {
{"-worect100", "100x100 wide rectangle outline", NULL,
InitRectangles, DoOutlineRectangles, NullProc, EndRectangles,
V1_3FEATURE, ROP, 0,
- {36, 100, NULL, "10", FillSolid}},
+ {25, 100, NULL, "10", FillSolid}},
{"-worect500", "500x500 wide rectangle outline", NULL,
InitRectangles, DoOutlineRectangles, NullProc, EndRectangles,
V1_3FEATURE, ROP, 0,