gdiplus: Add a stub for GdipSetCustomLineCapStrokeJoin.

This commit is contained in:
Lei Zhang 2008-04-09 12:49:02 -07:00 committed by Alexandre Julliard
parent af1e221f17
commit 1131685a94
2 changed files with 12 additions and 1 deletions

View File

@ -162,3 +162,14 @@ GpStatus WINGDIPAPI GdipSetCustomLineCapBaseInset(GpCustomLineCap* custom,
return NotImplemented; return NotImplemented;
} }
GpStatus WINGDIPAPI GdipSetCustomLineCapStrokeJoin(GpCustomLineCap* custom,
GpLineJoin join)
{
static int calls;
if(!(calls++))
FIXME("not implemented\n");
return NotImplemented;
}

View File

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