From fd9f2ae5b504b41a546a8d6be7b1000e948f0656 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sun, 13 Oct 2024 00:14:05 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_main.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/include/SDL3/SDL_main.h b/include/SDL3/SDL_main.h index 696f431ee..efabb5683 100644 --- a/include/SDL3/SDL_main.h +++ b/include/SDL3/SDL_main.h @@ -297,9 +297,8 @@ extern SDLMAIN_DECLSPEC SDL_AppResult SDLCALL SDL_AppInit(void **appstate, int a * \returns SDL_APP_FAILURE to terminate with an error, SDL_APP_SUCCESS to * terminate with success, SDL_APP_CONTINUE to continue. * - * \threadsafety This function may get called concurrently with - * SDL_AppEvent() for events not pushed on the main - * thread. + * \threadsafety This function may get called concurrently with SDL_AppEvent() + * for events not pushed on the main thread. * * \since This function is available since SDL 3.0.0. * @@ -347,8 +346,8 @@ extern SDLMAIN_DECLSPEC SDL_AppResult SDLCALL SDL_AppIterate(void *appstate); * terminate with success, SDL_APP_CONTINUE to continue. * * \threadsafety This function may get called concurrently with - * SDL_AppIterate() or SDL_AppQuit() for events not - * pushed from the main thread. + * SDL_AppIterate() or SDL_AppQuit() for events not pushed from + * the main thread. * * \since This function is available since SDL 3.0.0. *