mirror of
https://github.com/reactos/wine.git
synced 2025-03-03 18:28:58 +00:00
gdiplus: Implemented GdipGetImageType.
This commit is contained in:
parent
460f01b320
commit
55c77d46c6
@ -97,15 +97,13 @@ GpStatus WINGDIPAPI GdipGetImageRawFormat(GpImage *image, GUID *format)
|
||||
|
||||
GpStatus WINGDIPAPI GdipGetImageType(GpImage *image, ImageType *type)
|
||||
{
|
||||
static int calls;
|
||||
|
||||
if(!image || !type)
|
||||
return InvalidParameter;
|
||||
|
||||
if(!(calls++))
|
||||
FIXME("not implemented\n");
|
||||
/* FIXME: get correct image type. */
|
||||
*type = ImageTypeUnknown;
|
||||
|
||||
return NotImplemented;
|
||||
return Ok;
|
||||
}
|
||||
|
||||
GpStatus WINGDIPAPI GdipGetImageVerticalResolution(GpImage *image, REAL *res)
|
||||
|
Loading…
x
Reference in New Issue
Block a user