> Can I please get a feedback on this gdiplus series along with another one
> "gdiplus: Add some tests for GIF properties." ?
Yeah, I don't know why those patches would still be New. I didn't look
carefully, but it all seemed fine to me.
As far as what you're doing with pixel offsets, I haven't v
Hi,
Can I please get a feedback on this gdiplus series along with another one
"gdiplus: Add some tests for GIF properties." ?
--
Dmitry.
I hope that I've addressed Vincent's concern about todo_wine blanket coverage,
is there anything else that prevents these 2 patches from being accepted?
--
Dmitry.
> match = memcmp(dst_8x1, td[i].image, sizeof(dst_8x1)) == 0;
> +if (!match)
> +todo_wine ok(match, "%d: data should match\n", i);
> +else
> ok(match, "%d: data should match\n", i);
This sort of thing makes me nervous. Couldn't you do this in such a
way th