From c48fbbb067bb21e91f0aa300d115b4819947ecc3 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Wed, 16 Oct 2024 23:48:38 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_system.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_system.h b/include/SDL3/SDL_system.h index e1b372b368..e283233dc5 100644 --- a/include/SDL3/SDL_system.h +++ b/include/SDL3/SDL_system.h @@ -582,9 +582,10 @@ typedef enum SDL_Sandbox /** * Get the application sandbox environment, if any. * - * \returns the application sandbox environment or SDL_SANDBOX_NONE if the application is not running in a sandbox environment. + * \returns the application sandbox environment or SDL_SANDBOX_NONE if the + * application is not running in a sandbox environment. * - * \since This function is available since SDL 3.1.6. + * \since This function is available since SDL 3.1.4. */ extern SDL_DECLSPEC SDL_Sandbox SDLCALL SDL_GetSandbox(void);