From 39333eb07b8388848bfa330e98fa9adb2b920fef Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sun, 23 Aug 2026 20:00:06 +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 862e21449d..6bd36e84ee 100644 --- a/include/SDL3/SDL_surface.h +++ b/include/SDL3/SDL_surface.h @@ -188,6 +188,8 @@ extern SDL_DECLSPEC SDL_Surface * SDLCALL SDL_CreateSurface(int width, int heigh * This is a line of text added to the wiki to test the wikiheaders bridge. If * you see me hanging around, please delete me, I shouldn't still be here. * + * Delete this line, too. + * * \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.