[PATCH 4/4] gdiplus: Set GDI world xform to the identity xform on acquisition.

Jeff Smith whydoubt at gmail.com
Mon Jun 29 20:30:48 CDT 2020


On Mon, Jun 29, 2020 at 4:45 PM Shawn M. Chapla <schapla at codeweavers.com> wrote:
>      GetTransform(graphics->hdc, 0x204, &xform);
>      GdipSetMatrixElements(matrix, xform.eM11, xform.eM12, xform.eM21, xform.eM22, xform.eDx, xform.eDy);
> +
>  }
>

You should take that extra newline out.



More information about the wine-devel mailing list