25 Nov
2019
25 Nov
'19
4:29 a.m.
Vijay Kiran Kamuju <infyquest(a)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.