From 221bde44de2d815f2180d3e8b34582719de9737a Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Fri, 18 Dec 2009 16:05:36 -0600 Subject: [PATCH] gdiplus: Add trace to unimplemented function in graphicspath.c. --- dlls/gdiplus/graphicspath.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/gdiplus/graphicspath.c b/dlls/gdiplus/graphicspath.c index 94e17dda39..60ddda1d7b 100644 --- a/dlls/gdiplus/graphicspath.c +++ b/dlls/gdiplus/graphicspath.c @@ -1380,6 +1380,8 @@ GpStatus WINGDIPAPI GdipIsOutlineVisiblePathPoint(GpPath* path, REAL x, REAL y, { static int calls; + TRACE("(%p,%0.2f,%0.2f,%p,%p,%p)\n", path, x, y, pen, graphics, result); + if(!path || !pen) return InvalidParameter; -- 2.32.0.93.g670b81a890