diff --git a/windows/draw.c b/windows/draw.c index 1817eaa6..47aeb84b 100644 --- a/windows/draw.c +++ b/windows/draw.c @@ -2,7 +2,7 @@ #include "uipriv_windows.h" // TODO -// - write a test for transform followed by clip and clip followed by transform +// - write a test for transform followed by clip and clip followed by transform to make sure they work the same as on gtk+ and cocoa static ID2D1Factory *d2dfactory = NULL;