From 9c67387401baa9b118c2e5950ac6872af7fc861e Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 21 Oct 2023 17:58:26 +0300 Subject: [PATCH 43/43] sdl3: Drop SDL_INIT_NOPARACHUTE use See osdn #48883 Signed-off-by: Marko Lindqvist --- client/gui-sdl3/gui_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/gui-sdl3/gui_main.c b/client/gui-sdl3/gui_main.c index 6479e3fb58..4840f4874e 100644 --- a/client/gui-sdl3/gui_main.c +++ b/client/gui-sdl3/gui_main.c @@ -874,7 +874,7 @@ void ui_init(void) button_behavior.event = fc_calloc(1, sizeof(SDL_MouseButtonEvent)); sdl3_client_flags = 0; - sdl_flags = SDL_INIT_VIDEO | SDL_INIT_NOPARACHUTE; + sdl_flags = SDL_INIT_VIDEO; init_sdl(sdl_flags); } -- 2.42.0