Alexandre Julliard pushed to branch master at wine / wine
Commits: 52838dae by Rémi Bernon at 2024-11-12T21:52:24+01:00 winewayland: Fix surface scaling with HiDPI compositor.
The surface scale is there to match between the Wine DPI and the compositor scaling, not to implement Wine DPI scaling, ie: when compositor scaling is set to 200% and Wine DPI is also set to 192, windows are shown at 1:1 scale, instead of being upscaled twice.
- - - - -
1 changed file:
- dlls/winewayland.drv/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/52838daec507a6340d57501d9a6dc63...