https://bugs.winehq.org/show_bug.cgi?id=57175
Rémi Bernon rbernon@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rbernon@codeweavers.com
--- Comment #4 from Rémi Bernon rbernon@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.