* On 2021-07-17 18:01, Jacek Caban wrote:
--- a/dlls/gdi32/mfdrv/init.c +++ b/dlls/gdi32/mfdrv/init.c @@ -103,8 +103,8 @@ static const struct gdi_dc_funcs MFDRV_Funcs = MFDRV_AbortPath, /* pAbortPath */ NULL, /* pAlphaBlend */ NULL, /* pAngleArc */
- MFDRV_Arc, /* pArc */
- NULL, /* pArcTo */
- NULL,
- MFDRV_ArcTo, /* pArcTo */ MFDRV_BeginPath, /* pBeginPath */ NULL, /* pBlendImage */ NULL, /* pChord */
Shouldn't the new NULL have "/* pArc */" survived?
S.