Rename hint string literal SDL_HINT_MAC_SCROLL_MOMENTUM

This commit is contained in:
Petar Popovic 2024-10-11 01:06:01 +02:00 committed by Sam Lantinga
parent 3db10a6b2c
commit 6d85127560

View file

@ -2303,7 +2303,7 @@ extern "C" {
* *
* \since This hint is available since SDL 3.0.0. * \since This hint is available since SDL 3.0.0.
*/ */
#define SDL_HINT_MAC_SCROLL_MOMENTUM "SDL_HINT_MAC_SCROLL_MOMENTUM" #define SDL_HINT_MAC_SCROLL_MOMENTUM "SDL_MAC_SCROLL_MOMENTUM"
/** /**
* Request SDL_AppIterate() be called at a specific rate. * Request SDL_AppIterate() be called at a specific rate.