From ae78aee61b96cde5af36c5f95e19277b279b4c6b Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sun, 23 Aug 2026 20:25:01 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_surface.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/SDL3/SDL_surface.h b/include/SDL3/SDL_surface.h index 6bd36e84ee..83c01edcb9 100644 --- a/include/SDL3/SDL_surface.h +++ b/include/SDL3/SDL_surface.h @@ -190,6 +190,8 @@ extern SDL_DECLSPEC SDL_Surface * SDLCALL SDL_CreateSurface(int width, int heigh * * Delete this line, too. * + * And this one. + * * \param width the width of the surface. * \param height the height of the surface. * \param format the SDL_PixelFormat for the new surface's pixel format.