From e63f73e2406d96fbca3b50c4c571c6a6249a01b6 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 22 Dec 2015 01:06:18 -0500 Subject: [PATCH] TODO elaboration. --- windows/draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;