July 24, 2026
2:13 a.m.
http://bugs.winehq.org/show_bug.cgi?id=59970 --- Comment #13 from TOM <l12436.tw@gmail.com> --- Issue is locate the following code which is in monitor_get_dpi if (source && type != MDT_EFFECTIVE_DPI) { scale_x.num = source->physical.dmPelsWidth; scale_x.den = source->current.dmPelsWidth; scale_y.num = source->physical.dmPelsHeight; scale_y.den = source->current.dmPelsHeight; } somehow source->physical.dmPelsWidth/source->current.dmPelsWidth/source->physical.dmPelsHeight/source->current.dmPelsHeight will became 0 for some reason. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.