From 3086b25c4e91021baef8c7ec81e84c5d7c464d50 Mon Sep 17 00:00:00 2001
From: Petar Popovic <[EMAIL REDACTED]>
Date: Sat, 12 Oct 2024 02:28:01 +0200
Subject: [PATCH] Set hint SDL_HINT_MAC_SCROLL_MOMENTUM version to SDL 3.1.4.
---
include/SDL3/SDL_hints.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h
index 6ac987119724b..2e0b196be76d0 100644
--- a/include/SDL3/SDL_hints.h
+++ b/include/SDL3/SDL_hints.h
@@ -2301,7 +2301,7 @@ extern "C" {
*
* This hint needs to be set before SDL_Init().
*
- * \since This hint is available since SDL 3.0.0.
+ * \since This hint is available since SDL 3.1.4.
*/
#define SDL_HINT_MAC_SCROLL_MOMENTUM "SDL_MAC_SCROLL_MOMENTUM"