gdiplus: Add a stub for GdipSetCustomLineCapBaseCap.

This commit is contained in:
Lei Zhang 2008-04-09 12:42:12 -07:00 committed by Alexandre Julliard
parent cec6c2eb4d
commit 39e9bdbd2a
2 changed files with 12 additions and 1 deletions

View File

@ -129,3 +129,14 @@ GpStatus WINGDIPAPI GdipSetCustomLineCapStrokeCaps(GpCustomLineCap* custom,
return NotImplemented;
}
GpStatus WINGDIPAPI GdipSetCustomLineCapBaseCap(GpCustomLineCap* custom,
GpLineCap base)
{
static int calls;
if(!(calls++))
FIXME("not implemented\n");
return NotImplemented;
}

View File

@ -514,7 +514,7 @@
@ stdcall GdipSetClipRegion(ptr ptr long)
@ stdcall GdipSetCompositingMode(ptr long)
@ stdcall GdipSetCompositingQuality(ptr long)
@ stub GdipSetCustomLineCapBaseCap
@ stdcall GdipSetCustomLineCapBaseCap(ptr long)
@ stub GdipSetCustomLineCapBaseInset
@ stdcall GdipSetCustomLineCapStrokeCaps(ptr long long)
@ stub GdipSetCustomLineCapStrokeJoin