From 53a45a4437191a3f74350ade18afdc3fa721e907 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 7 May 2024 08:46:44 -0700 Subject: [PATCH] Fixed inconsistent hint names (thanks @Sackzement!) Fixes https://github.com/libsdl-org/SDL/issues/9643 --- include/SDL3/SDL_hints.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h index 15e8e60d10..2a480e6a8e 100644 --- a/include/SDL3/SDL_hints.h +++ b/include/SDL3/SDL_hints.h @@ -2334,7 +2334,7 @@ extern "C" { * * \since This hint is available since SDL 3.0.0. */ -#define SDL_HINT_ORIENTATIONS "SDL_IOS_ORIENTATIONS" +#define SDL_HINT_ORIENTATIONS "SDL_ORIENTATIONS" /** * A variable controlling whether pen mouse button emulation triggers only @@ -2898,7 +2898,7 @@ extern "C" { * * \since This hint is available since SDL 3.0.0. */ -#define SDL_HINT_VIDEO_EGL_ALLOW_GETDISPLAY_FALLBACK "SDL_VIDEO_EGL_GETDISPLAY_FALLBACK" +#define SDL_HINT_VIDEO_EGL_ALLOW_GETDISPLAY_FALLBACK "SDL_VIDEO_EGL_ALLOW_GETDISPLAY_FALLBACK" /** * A variable controlling whether the OpenGL context should be created with