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

Shawn M. Chapla schapla at codeweavers.com
Tue Jun 30 09:59:14 CDT 2020


On Mon, Jun 29, 2020 at 08:30:48PM -0500, Jeff Smith wrote:
> 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.

How embarrassing. Yes, I should.



More information about the wine-devel mailing list