mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 03:48:01 +00:00
gdiplus: Add a stub for GdipSetCustomLineCapBaseCap.
This commit is contained in:
parent
cec6c2eb4d
commit
39e9bdbd2a
@ -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;
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user