gdiplus: Stub GdipCreateTexture.
This commit is contained in:
parent
a90bced72e
commit
406c5d3f4d
|
@ -373,6 +373,14 @@ GpStatus WINGDIPAPI GdipCreateSolidFill(ARGB color, GpSolidFill **sf)
|
|||
return Ok;
|
||||
}
|
||||
|
||||
GpStatus WINGDIPAPI GdipCreateTexture(GpImage *image, GpWrapMode wrapmode,
|
||||
GpTexture **texture)
|
||||
{
|
||||
FIXME("stub: %p, %d %p\n", image, wrapmode, texture);
|
||||
|
||||
return NotImplemented;
|
||||
}
|
||||
|
||||
/* FIXME: imageattr ignored */
|
||||
GpStatus WINGDIPAPI GdipCreateTextureIA(GpImage *image,
|
||||
GDIPCONST GpImageAttributes *imageattr, REAL x, REAL y, REAL width,
|
||||
|
|
|
@ -133,7 +133,7 @@
|
|||
@ stdcall GdipCreateStringFormat(long long ptr)
|
||||
@ stub GdipCreateTexture2
|
||||
@ stub GdipCreateTexture2I
|
||||
@ stub GdipCreateTexture
|
||||
@ stdcall GdipCreateTexture(ptr long ptr)
|
||||
@ stdcall GdipCreateTextureIA(ptr ptr long long long long ptr)
|
||||
@ stdcall GdipCreateTextureIAI(ptr ptr long long long long ptr)
|
||||
@ stdcall GdipDeleteBrush(ptr)
|
||||
|
|
Loading…
Reference in New Issue