1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-09-01 06:20:15 +02:00
This commit is contained in:
Stella 2023-03-30 15:06:41 -07:00 committed by GitHub
commit 40b83bb139
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,8 @@ int winmain::WinMain(LPCSTR lpCmdLine)
pb::get_rc_string(Msg::STRING139), pb::get_rc_string(Msg::STRING139),
SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED,
800, 556, 800, 556,
SDL_WINDOW_HIDDEN | SDL_WINDOW_RESIZABLE SDL_WINDOW_HIDDEN | SDL_WINDOW_RESIZABLE | SDL_WINDOW_ALLOW_HIGHDPI
// Enable HiDPI support by adding SDL_WINDOW_ALLOW_HIGHDPI, only tested on macOS
); );
MainWindow = window; MainWindow = window;
if (!window) if (!window)