diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-04-06 16:12:44 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-04-08 16:29:46 +0200 |
commit | 48d8caa6e5e6f2ea12f2eb3c25b21e08a38f66b9 (patch) | |
tree | 03d4dcb44ac8fed4872c5dc7705fcc75051d4ab1 /src/CMakeLists.txt | |
parent | 5aa055cb114ffa1a5cae32f4c929227680b362ba (diff) | |
download | mana-48d8caa6e5e6f2ea12f2eb3c25b21e08a38f66b9.tar.gz mana-48d8caa6e5e6f2ea12f2eb3c25b21e08a38f66b9.tar.bz2 mana-48d8caa6e5e6f2ea12f2eb3c25b21e08a38f66b9.tar.xz mana-48d8caa6e5e6f2ea12f2eb3c25b21e08a38f66b9.zip |
Set Windows-related DPI hints to per-monitor aware v2
Set SDL_HINT_WINDOWS_DPI_AWARENESS to "permonitorv2", which tells
Windows the application will handle all scaling.
We don't currently adjust the window size when it changes monitors, but
mainly use this hint to disable scaling by the system, since that blurs
fonts and pixel art. Once we can properly handle fractional scaling
(which is common on Windows), we can set SDL_HINT_WINDOWS_DPI_SCALING to
"1" instead.
Diffstat (limited to 'src/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions