From 6dfbd71c520fd0064d94efb0e06e20b9e73e602c Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 9 Oct 2015 17:49:43 -0400 Subject: [PATCH] More drawtests.c stuff. I need to resolve this arc stuff once and for all and write AddEllipse before I can continue. --- test/drawtests.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/drawtests.c b/test/drawtests.c index cf03a437..a8949f54 100644 --- a/test/drawtests.c +++ b/test/drawtests.c @@ -593,6 +593,10 @@ static void drawD2DPathGeometries(uiAreaDrawParams *p) uiDrawFreePath(river); } +// TODO https://msdn.microsoft.com/en-us/library/windows/desktop/dd756690%28v=vs.85%29.aspx + +// note: up to https://msdn.microsoft.com/en-us/library/windows/desktop/dd756681%28v=vs.85%29.aspx + static const struct drawtest tests[] = { { "Original uiArea test", drawOriginal }, { "Direct2D: Direct2D Quickstart for Windows 8", drawD2DW8QS },