gdiplus: Add a stub for GdipSetCustomLineCapBaseInset.
This commit is contained in:
parent
6112d16bad
commit
af1e221f17
|
@ -151,3 +151,14 @@ GpStatus WINGDIPAPI GdipGetCustomLineCapBaseInset(GpCustomLineCap* custom,
|
|||
|
||||
return NotImplemented;
|
||||
}
|
||||
|
||||
GpStatus WINGDIPAPI GdipSetCustomLineCapBaseInset(GpCustomLineCap* custom,
|
||||
REAL inset)
|
||||
{
|
||||
static int calls;
|
||||
|
||||
if(!(calls++))
|
||||
FIXME("not implemented\n");
|
||||
|
||||
return NotImplemented;
|
||||
}
|
||||
|
|
|
@ -515,7 +515,7 @@
|
|||
@ stdcall GdipSetCompositingMode(ptr long)
|
||||
@ stdcall GdipSetCompositingQuality(ptr long)
|
||||
@ stdcall GdipSetCustomLineCapBaseCap(ptr long)
|
||||
@ stub GdipSetCustomLineCapBaseInset
|
||||
@ stdcall GdipSetCustomLineCapBaseInset(ptr long)
|
||||
@ stdcall GdipSetCustomLineCapStrokeCaps(ptr long long)
|
||||
@ stub GdipSetCustomLineCapStrokeJoin
|
||||
@ stub GdipSetCustomLineCapWidthScale
|
||||
|
|
Loading…
Reference in New Issue