gdiplus: Add a stub for GdipSetCustomLineCapWidthScale.

oldstable
Lei Zhang 2008-04-09 12:51:08 -07:00 committed by Alexandre Julliard
parent 1131685a94
commit a1394d4d48
2 changed files with 12 additions and 1 deletions

View File

@ -173,3 +173,14 @@ GpStatus WINGDIPAPI GdipSetCustomLineCapStrokeJoin(GpCustomLineCap* custom,
return NotImplemented;
}
GpStatus WINGDIPAPI GdipSetCustomLineCapWidthScale(GpCustomLineCap* custom,
REAL width)
{
static int calls;
if(!(calls++))
FIXME("not implemented\n");
return NotImplemented;
}

View File

@ -518,7 +518,7 @@
@ stdcall GdipSetCustomLineCapBaseInset(ptr long)
@ stdcall GdipSetCustomLineCapStrokeCaps(ptr long long)
@ stdcall GdipSetCustomLineCapStrokeJoin(ptr long)
@ stub GdipSetCustomLineCapWidthScale
@ stdcall GdipSetCustomLineCapWidthScale(ptr long)
@ stub GdipSetEffectParameters
@ stub GdipSetEmpty
@ stub GdipSetImageAttributesCachedBackground