From 860af295a0be33d6fdf29936fde2d65fc2914133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Tue, 9 Sep 2003 15:50:46 +0000 Subject: [PATCH] Add RoundRect test (patch by Royce3) svn path=/trunk/; revision=6027 --- reactos/apps/tests/shaptest/shaptest.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/apps/tests/shaptest/shaptest.c b/reactos/apps/tests/shaptest/shaptest.c index 4a6b282c453..693cfc3f184 100644 --- a/reactos/apps/tests/shaptest/shaptest.c +++ b/reactos/apps/tests/shaptest/shaptest.c @@ -108,6 +108,8 @@ void PolygonTest ( HDC hdc ) Mode = GetPolyFillMode(hdc); + RoundRect ( hdc, 32, 8, 48, 24, 8, 8 ); + SetPolyFillMode(hdc, ALTERNATE); Polygon(hdc,PointsAlternate,nelem(PointsAlternate));