https://bugs.winehq.org/show_bug.cgi?id=57175 Rémi Bernon <rbernon(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rbernon(a)codeweavers.com --- Comment #4 from Rémi Bernon <rbernon(a)codeweavers.com> --- The DPI awareness is now application dependent, and some applications which are system or per-monitor DPI aware are going to keep the original scaling behavior. Applications which aren't DPI-aware are scaled to the configured system DPI through a bilinear upscale. This is similar to what Windows does, although it maybe has more advanced scaling options which aren't implemented yet. We could also perhaps add a registry setting to give the option to force the old behavior on all applications, but it is not how Windows behaves and it can break some other applications. -- 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.