From d01c8bed7dbb353143c20edda2b1b02e438b6734 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 20 Oct 2016 23:13:05 +0100 Subject: [PATCH] [SDL2] corrected SDL1.2 leftover --- sdl2/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdl2/main.c b/sdl2/main.c index 63b7667..4e3f815 100644 --- a/sdl2/main.c +++ b/sdl2/main.c @@ -17,7 +17,7 @@ int log_error = 0; int debug_on = 0; int turbo_mode = 0; int use_sound = 1; -int fullscreen = 0; /* SDL_FULLSCREEN */ +int fullscreen = 0; /* SDL_WINDOW_FULLSCREEN */ struct { SDL_Window* window;