On Monday, November 25, 2019, Dmitry Timoshkov dmitry@baikal.ru wrote:
Vijay Kiran Kamuju infyquest@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
I will do that and send a new version of the patch.
I remembered that there was patch for it and could not find it. So I wrote it on my own.
---- Vijay
-- Dmitry.