Do I need that for the 1,4 and 8bpp tests? With my patch to GdipGetNearestColor these tests pass and behave like Windows 7. I did forget a todo_wine on the 16bpp grayscale test though...
On Thu, Feb 25, 2010 at 7:53 PM, Vincent Povirk madewokherd+8cd9@gmail.com wrote:
- status = GdipGetNearestColor(graphics, &color);
- expect(Ok, status);
I think you still need to mark this as todo_wine.