[PATCH 1/4] gdiplus/metafile: Support hatch brushes in playback

Vincent Povirk vincent at codeweavers.com
Wed Nov 1 11:46:02 CDT 2017


+        status =
GdipCreateHatchBrush(data->BrushData.hatch.HatchStyle, *(ARGB
*)&data->BrushData.hatch.ForeColor,
+            *(ARGB *)&data->BrushData.hatch.BackColor, (GpHatch **)brush);

I guess this is OK for this patch, but maybe we should modify the
definition of EmfPlusARGB to avoid needing things like this?



More information about the wine-devel mailing list