gdiplus: Add a stub for GdipSetLinePresetBlend.

This commit is contained in:
Lei Zhang 2008-04-10 12:40:19 -07:00 committed by Alexandre Julliard
parent 0399cdaff0
commit 942f3496b3
2 changed files with 12 additions and 1 deletions

View File

@ -675,3 +675,14 @@ GpStatus WINGDIPAPI GdipSetLineLinearBlend(GpLineGradient *brush, REAL focus,
return NotImplemented;
}
GpStatus WINGDIPAPI GdipSetLinePresetBlend(GpLineGradient *brush,
GDIPCONST ARGB *blend, GDIPCONST REAL* positions, INT count)
{
static int calls;
if(!(calls++))
FIXME("not implemented\n");
return NotImplemented;
}

View File

@ -539,7 +539,7 @@
@ stdcall GdipSetLineColors(ptr long long)
@ stdcall GdipSetLineGammaCorrection(ptr long)
@ stdcall GdipSetLineLinearBlend(ptr long long)
@ stub GdipSetLinePresetBlend
@ stdcall GdipSetLinePresetBlend(ptr ptr ptr long)
@ stdcall GdipSetLineSigmaBlend(ptr long long)
@ stub GdipSetLineTransform
@ stdcall GdipSetLineWrapMode(ptr long)