We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2fd4b commit fc91646Copy full SHA for fc91646
src/sdltiles.cpp
@@ -191,6 +191,10 @@ static void InitSDL()
191
SDL_SetHint( SDL_HINT_IME_SUPPORT_EXTENDED_TEXT, "1" );
192
#endif
193
194
+#if defined(SDL_HINT_WINDOWS_DPI_AWARENESS)
195
+ SDL_SetHint( SDL_HINT_WINDOWS_DPI_AWARENESS, "permonitorv2" );
196
+#endif
197
+
198
#if defined(SDL_HINT_APP_NAME)
199
// Requires SDL 2.0.18. String used multiple ways, one of them is the game
200
// identifying itself when asking to inhibit screensaver via dbus under
0 commit comments