https://github.com/libsdl-org/sdl2-compat/commit/b9c021284bde2dfb4f382472e034c1b50fa2b96d
From b9c021284bde2dfb4f382472e034c1b50fa2b96d Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Mon, 13 Jan 2025 03:00:04 +0300
Subject: [PATCH] bump required SDL3 headers version to 3.1.9
Needed for newly added SDLK_EXTENDED_MASK and SDLK_LEFT_TAB macros.
Closes https://github.com/libsdl-org/sdl2-compat/issues/246
---
src/sdl3_include_wrapper.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/sdl3_include_wrapper.h b/src/sdl3_include_wrapper.h
index c679603..91c7357 100644
--- a/src/sdl3_include_wrapper.h
+++ b/src/sdl3_include_wrapper.h
@@ -1271,8 +1271,8 @@
#define __BUILDING_SDL2_COMPAT__ 1
#include <SDL3/SDL.h>
-#if !SDL_VERSION_ATLEAST(3,1,8)
-#error You need to compile against SDL >= 3.1.8 headers
+#if !SDL_VERSION_ATLEAST(3,1,9)
+#error You need to compile against SDL >= 3.1.9 headers
#endif
#define SDL_MAIN_HANDLED 1