From 9e3e489012c966ecab2e3e5d3a27a8501eeab4b3 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Wed, 12 Jun 2024 19:10:53 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_system.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/include/SDL3/SDL_system.h b/include/SDL3/SDL_system.h index 17db87032a..5a5e0bcf01 100644 --- a/include/SDL3/SDL_system.h +++ b/include/SDL3/SDL_system.h @@ -196,10 +196,12 @@ extern SDL_DECLSPEC int SDLCALL SDL_LinuxSetThreadPriorityAndPolicy(Sint64 threa * * This datatype is only useful on Apple iOS. * - * After passing a function pointer of this type to SDL_iOSSetAnimationCallback, - * the system will call that function pointer at a regular interval. + * After passing a function pointer of this type to + * SDL_iOSSetAnimationCallback, the system will call that function pointer at + * a regular interval. * - * \param userdata what was passed as `callbackParam` to SDL_iOSSetAnimationCallback as `callbackParam`. + * \param userdata what was passed as `callbackParam` to + * SDL_iOSSetAnimationCallback as `callbackParam`. * * \since This datatype is available since SDL 3.0.0. *