gdiplus: Print the GdipCreateHalftonePalette FIXME only once.
This commit is contained in:
parent
8ead1b5750
commit
9a4618a4ba
|
@ -4481,7 +4481,12 @@ GpStatus WINGDIPAPI GdipTransformPointsI(GpGraphics *graphics, GpCoordinateSpace
|
|||
|
||||
HPALETTE WINGDIPAPI GdipCreateHalftonePalette(void)
|
||||
{
|
||||
FIXME("\n");
|
||||
static int calls;
|
||||
|
||||
TRACE("\n");
|
||||
|
||||
if (!calls++)
|
||||
FIXME("stub\n");
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue