Module: wine Branch: master Commit: 221bde44de2d815f2180d3e8b34582719de9737a URL: http://source.winehq.org/git/wine.git/?a=commit;h=221bde44de2d815f2180d3e8b3...
Author: Vincent Povirk vincent@codeweavers.com Date: Fri Dec 18 16:05:36 2009 -0600
gdiplus: Add trace to unimplemented function in graphicspath.c.
---
dlls/gdiplus/graphicspath.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/dlls/gdiplus/graphicspath.c b/dlls/gdiplus/graphicspath.c index 94e17dd..60ddda1 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;