gdiplus: Stub GdipGetLineBlendCount.

This commit is contained in:
Vincent Povirk 2009-04-28 17:01:38 -05:00 committed by Alexandre Julliard
parent 51ad286d37
commit 3d37b0a7fa
2 changed files with 13 additions and 1 deletions

View File

@ -1084,6 +1084,18 @@ GpStatus WINGDIPAPI GdipSetLineBlend(GpLineGradient *brush,
return Ok;
}
GpStatus WINGDIPAPI GdipGetLineBlendCount(GpLineGradient *brush, INT *count)
{
static int calls;
TRACE("(%p, %p)\n", brush, count);
if(!(calls++))
FIXME("not implemented\n");
return NotImplemented;
}
GpStatus WINGDIPAPI GdipSetLineGammaCorrection(GpLineGradient *line,
BOOL usegamma)
{

View File

@ -301,7 +301,7 @@
@ stdcall GdipGetImageWidth(ptr ptr)
@ stdcall GdipGetInterpolationMode(ptr ptr)
@ stub GdipGetLineBlend
@ stub GdipGetLineBlendCount
@ stdcall GdipGetLineBlendCount(ptr ptr)
@ stdcall GdipGetLineColors(ptr ptr)
@ stdcall GdipGetLineGammaCorrection(ptr ptr)
@ stub GdipGetLinePresetBlend