On Mon Sep 2 11:18:40 2024 +0000, Alexandre Julliard wrote:
Another issue is that builtin applications (e.g. regedit) are now getting scaled, even though they are marked DPI-aware.
It seems to me that current Wine builtin applications are only *system* (i.e., legacy) DPI-aware, which is still subject to GDI scaling when e.g., placed on another monitor with different DPI[^1]:
![hub-page-illustrations](/uploads/ffa66108675c5d13716ee21aac0cc919/hub-page-illustrations.png)
This seems weird though, because we don't have true per-monitor DPI support. Shouldn't system DPI awareness enough to get rid of scaling, since we only have only one DPI setting (in winecfg)? This sounds like a bug to me unless I've missed anythibg.
[^1]: https://learn.microsoft.com/en-us/windows/win32/hidpi/high-dpi-desktop-appli...