[PATCH 2/6] gdiplus: Support GdipSetPixelOffsetMode in metafiles

Dmitry Timoshkov dmitry at baikal.ru
Tue Jul 11 04:07:53 CDT 2017


Piotr Caban <piotr at codeweavers.com> wrote:

> +    if(graphics->pixeloffset == mode)
> +        return Ok;

This particular change would need an approproate test case to confirm
that repetitive GdipSetPixelOffsetMode() calls with the same value won't
generate new records.

Same applies to other patches in the series.

-- 
Dmitry.



More information about the wine-devel mailing list