From 26a7346ead66ea3f8417ac8c4f7bbe17a9585f31 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Mon, 6 Oct 2025 23:47:11 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_surface.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/SDL3/SDL_surface.h b/include/SDL3/SDL_surface.h index ba2a5e172d..db2a6cd8d8 100644 --- a/include/SDL3/SDL_surface.h +++ b/include/SDL3/SDL_surface.h @@ -595,7 +595,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_SaveBMP(SDL_Surface *surface, const char *f * * \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.4.0. * * \sa SDL_DestroySurface * \sa SDL_LoadPNG @@ -615,7 +615,7 @@ extern SDL_DECLSPEC SDL_Surface * SDLCALL SDL_LoadPNG_IO(SDL_IOStream *src, bool * * \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.4.0. * * \sa SDL_DestroySurface * \sa SDL_LoadPNG_IO @@ -635,7 +635,7 @@ extern SDL_DECLSPEC SDL_Surface * SDLCALL SDL_LoadPNG(const char *file); * * \threadsafety This function is not thread safe. * - * \since This function is available since SDL 3.2.0. + * \since This function is available since SDL 3.4.0. * * \sa SDL_LoadPNG_IO * \sa SDL_SavePNG @@ -652,7 +652,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_SavePNG_IO(SDL_Surface *surface, SDL_IOStre * * \threadsafety This function is not thread safe. * - * \since This function is available since SDL 3.2.0. + * \since This function is available since SDL 3.4.0. * * \sa SDL_LoadPNG * \sa SDL_SavePNG_IO