[PATCH v2] shcore: Add GetScaleFactorForMonitor stub

Dmitry Timoshkov dmitry at baikal.ru
Thu Oct 31 22:03:58 CDT 2019


Esdras Tarsis <esdrastarsis at gmail.com> wrote:

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

This can't work.

-- 
Dmitry.



More information about the wine-devel mailing list