[PATCH 10/15] gdi32: Handle metafiles directly in Arc implementation.

Saulius Krasuckas saulius2 at ar-fi.lt
Sat Jul 17 23:59:37 CDT 2021


* 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.



More information about the wine-devel mailing list