gdiplus: Add a stub for GdipSetLineLinearBlend.

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

View File

@ -664,3 +664,14 @@ GpStatus WINGDIPAPI GdipSetLineColors(GpLineGradient *brush, ARGB color1,
return NotImplemented;
}
GpStatus WINGDIPAPI GdipSetLineLinearBlend(GpLineGradient *brush, REAL focus,
REAL scale)
{
static int calls;
if(!(calls++))
FIXME("not implemented\n");
return NotImplemented;
}

View File

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