More drawtests.c stuff. I need to resolve this arc stuff once and for all and write AddEllipse before I can continue.

This commit is contained in:
Pietro Gagliardi 2015-10-09 17:49:43 -04:00
parent fc502b178b
commit 6dfbd71c52
1 changed files with 4 additions and 0 deletions

View File

@ -593,6 +593,10 @@ static void drawD2DPathGeometries(uiAreaDrawParams *p)
uiDrawFreePath(river); 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[] = { static const struct drawtest tests[] = {
{ "Original uiArea test", drawOriginal }, { "Original uiArea test", drawOriginal },
{ "Direct2D: Direct2D Quickstart for Windows 8", drawD2DW8QS }, { "Direct2D: Direct2D Quickstart for Windows 8", drawD2DW8QS },