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

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


Dmitry Timoshkov <dmitry at baikal.ru> wrote:

> 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.

I see that you've added the tests in 7/7, the patches look good to me.

-- 
Dmitry.



More information about the wine-devel mailing list