[PATCH 3/9 v3] gdiplus: Add support for ImageAttributes when drawing image to metafile

Dmitry Timoshkov dmitry at baikal.ru
Fri Jun 30 09:11:23 CDT 2017


Piotr Caban <piotr at codeweavers.com> wrote:

> @@ -259,7 +278,7 @@ static DWORD METAFILE_AddObjectId(GpMetafile *metafile)
>      id = 0;
>      for (i=1; i<sizeof(metafile->objects_table)/sizeof(metafile->objects_table[0]); i++)
>      {
> -        if (metafile->objects_table[id] < metafile->objects_table[i])
> +        if (metafile->objects_table[id] > metafile->objects_table[i])

This looks strange to change this right in the next patch.

-- 
Dmitry.



More information about the wine-devel mailing list