From cfd47f57ce65333f2afa90d47f22f7c82b917692 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Sat, 27 Jun 2026 23:55:02 +0300
Subject: [PATCH] update sdl3_include_wrapper.h from latest SDL3.
---
src/sdl3_include_wrapper.h | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/src/sdl3_include_wrapper.h b/src/sdl3_include_wrapper.h
index 944e90fe..7b96acb6 100644
--- a/src/sdl3_include_wrapper.h
+++ b/src/sdl3_include_wrapper.h
@@ -1332,6 +1332,9 @@
#define SDL_ShowNotificationWithProperties IGNORE_THIS_VERSION_OF_SDL_ShowNotificationWithProperties
#define SDL_ShowNotification IGNORE_THIS_VERSION_OF_SDL_ShowNotification
#define SDL_RemoveNotification IGNORE_THIS_VERSION_OF_SDL_RemoveNotification
+#define SDL_GetDeviceFormFactor IGNORE_THIS_VERSION_OF_SDL_GetDeviceFormFactor
+#define SDL_GetDeviceFormFactorName IGNORE_THIS_VERSION_OF_SDL_GetDeviceFormFactorName
+#define SDL_IsUbuntuTouch IGNORE_THIS_VERSION_OF_SDL_IsUbuntuTouch
#define SDL_FUNCTION_POINTER_IS_VOID_POINTER 1
@@ -6554,6 +6557,18 @@
#undef SDL_RemoveNotification
#endif
+#ifdef SDL_GetDeviceFormFactor
+#undef SDL_GetDeviceFormFactor
+#endif
+
+#ifdef SDL_GetDeviceFormFactorName
+#undef SDL_GetDeviceFormFactorName
+#endif
+
+#ifdef SDL_IsUbuntuTouch
+#undef SDL_IsUbuntuTouch
+#endif
+
/* see at top.
*/