[PATCH] shcore: Add stub for GetScaleFactorForMonitor

Dmitry Timoshkov dmitry at baikal.ru
Sun Nov 24 22:29:54 CST 2019


Vijay Kiran Kamuju <infyquest at gmail.com> wrote:

> +HRESULT WINAPI GetScaleFactorForMonitor(HMONITOR monitor, DEVICE_SCALE_FACTOR *scale)
> +{
> +    FIXME("(%p %p): stub\n", monitor, scale);
> +
> +    *scale = SCALE_100_PERCENT;
> +    return S_OK;
> +}

It would be better to give cradit to original patch author since he did
most of the investigation and the work:
https://www.winehq.org/pipermail/wine-devel/2019-October/153618.html

-- 
Dmitry.



More information about the wine-devel mailing list