[PATCH 1/4] gdi32: Implement GetCharWidthInfo().

Dmitry Timoshkov dmitry at baikal.ru
Mon Apr 8 08:51:26 CDT 2019


Akihiro Sagawa <sagawa.aki at gmail.com> wrote:

> +    if (!physdev->font)
> +    {
> +        dev = GET_NEXT_PHYSDEV( dev, pGetCharWidth );
> +        return dev->funcs->pGetCharWidthInfo( dev, ptr );
> +    }

This looks like a copy/paste error.

-- 
Dmitry.



More information about the wine-devel mailing list