From 07a5c144c651d21b41121225aa4ef2db43e74c59 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Thu, 16 Jan 2025 19:43:08 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_audio.h | 2 +- include/SDL3/SDL_tray.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_audio.h b/include/SDL3/SDL_audio.h index 911b2b9964..3a9e8a9abf 100644 --- a/include/SDL3/SDL_audio.h +++ b/include/SDL3/SDL_audio.h @@ -1607,7 +1607,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_ResumeAudioStreamDevice(SDL_AudioStream *st * * \threadsafety It is safe to call this function from any thread. * - * \since This function is available since SDL 3.2.0. + * \since This function is available since SDL 3.1.3. * * \sa SDL_PauseAudioStreamDevice * \sa SDL_ResumeAudioStreamDevice diff --git a/include/SDL3/SDL_tray.h b/include/SDL3/SDL_tray.h index 8d1cac4984..f1b67da488 100644 --- a/include/SDL3/SDL_tray.h +++ b/include/SDL3/SDL_tray.h @@ -391,7 +391,7 @@ extern SDL_DECLSPEC void SDLCALL SDL_SetTrayEntryCallback(SDL_TrayEntry *entry, * * \param entry The entry to activate. * - * \since This function is available since SDL 3.2.0. + * \since This function is available since SDL 3.1.3. */ extern SDL_DECLSPEC void SDLCALL SDL_ClickTrayEntry(SDL_TrayEntry *entry);