"Huw Davies" huw@codeweavers.com wrote:
@@ -692,6 +692,7 @@ static BOOL emr_produces_output(int type) case EMR_LINETO: case EMR_ARCTO: case EMR_POLYDRAW:
- case EMR_GDICOMMENT: case EMR_FILLRGN: case EMR_FRAMERGN: case EMR_INVERTRGN:
Maybe it's time to rename this function to something like emr_updates_transform() since EMR_GDICOMMENT clearly doesn't produce any output.
Feel free to send a patch :-) Also, do you have an idea why some EMF records are not in that list (EMR_FILLPATH, EMR_STROKEANDFILLPATH, EMR_STROKEPATH and probably some others)?