On Mon, Jun 29, 2020 at 4:45 PM Shawn M. Chapla schapla@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.