From 544351c98e01a6bf5034d4109937ffd57a30ee4e Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Tue, 5 Sep 2023 21:19:16 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_surface.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/SDL3/SDL_surface.h b/include/SDL3/SDL_surface.h index ecfddaa62..bdba4d07f 100644 --- a/include/SDL3/SDL_surface.h +++ b/include/SDL3/SDL_surface.h @@ -778,7 +778,10 @@ extern DECLSPEC int SDLCALL SDL_FillSurfaceRects * \param srcrect the SDL_Rect structure representing the rectangle to be * copied, or NULL to copy the entire surface * \param dst the SDL_Surface structure that is the blit target - * \param dstrect the SDL_Rect structure representing the x and y position in the destination surface. On input the width and height are ignored (taken from srcrect), and on output this is filled in with the actual rectangle used after clipping. + * \param dstrect the SDL_Rect structure representing the x and y position in + * the destination surface. On input the width and height are + * ignored (taken from srcrect), and on output this is filled + * in with the actual rectangle used after clipping. * \returns 0 on success or a negative error code on failure; call * SDL_GetError() for more information. *