gdiplus: Add trace to unimplemented function in graphicspath.c.

oldstable
Vincent Povirk 2009-12-18 16:05:36 -06:00 committed by Alexandre Julliard
parent 2005fe9881
commit 221bde44de
1 changed files with 2 additions and 0 deletions

View File

@ -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;