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:
parent
fc502b178b
commit
6dfbd71c52
|
@ -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 },
|
||||
|
|
Loading…
Reference in New Issue