Sync SDL3 wiki -> header

[ci skip]
This commit is contained in:
SDL Wiki Bot
2024-12-25 21:15:58 +00:00
parent ca4f5dd40d
commit b8036bdd41

View File

@@ -105,9 +105,8 @@ typedef enum SDL_ThreadPriority {
/** /**
* The SDL thread state. * The SDL thread state.
* *
* SDL stores the current state of a thread in an atomic int. * SDL stores the current state of a thread in an atomic int. The current
* The current state of a thread can be checked by calling * state of a thread can be checked by calling SDL_GetThreadState.
* SDL_GetThreadState.
* *
* \since This enum is available since SDL 3.1.3. * \since This enum is available since SDL 3.1.3.
* *
@@ -445,9 +444,10 @@ extern SDL_DECLSPEC void SDLCALL SDL_WaitThread(SDL_Thread *thread, int *status)
* Get the current state of a thread. * Get the current state of a thread.
* *
* \param thread the thread whose status you want to check. * \param thread the thread whose status you want to check.
* \returns the current state of a thread as defined in the SDL_ThreadState enum. * \returns the current state of a thread as defined in the SDL_ThreadState
* enum.
* *
* \since This function is available since SDL 3.1.3. * \since This function is available since SDL 3.2.0.
* *
* \sa SDL_ThreadState * \sa SDL_ThreadState
*/ */