[v3 PATCH] gdi32: Support Begin/End Path for metafile DCs

Dmitry Timoshkov dmitry at baikal.ru
Tue Feb 16 06:42:39 CST 2016


Huw Davies <huw at codeweavers.com> wrote:

> > > What I'm wondering is whether we need to do this to more than just
> > > ExtTextOut.
> > 
> > That's also a good point, but it would be a separate effort I'd guess.
> 
> If we need to do this for many functions, we probably want to look
> for another way; so I'd like to understand the problem first.

I skimmed over the EMR_ list in wingdi.h together with pathdrv_ implemented
entries and gathered a list of possible candidates:
EMR_ELLIPSE
EMR_PIE
EMR_POLYBEZIER
EMR_POLYBEZIERTO
EMR_POLYDRAW
EMR_POLYPOLYGON
EMR_POLYLINE
EMR_POLYLINETO
EMR_RECTANGLE
EMR_ROUNDRECT

Would you mind listing the EMRs that you think also may need testing?

-- 
Dmitry.



More information about the wine-devel mailing list