gdi32: Add EMR_GDICOMMENT to the list of records producing output.

Dmitry Timoshkov dmitry at codeweavers.com
Thu Oct 23 07:59:44 CDT 2008


"Huw Davies" <huw at 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)?

-- 
Dmitry.



More information about the wine-devel mailing list