From e7b9f75e624a1fedae09558edda0dc14a138f673 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sun, 17 Mar 2024 19:29:22 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_surface.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/SDL3/SDL_surface.h b/include/SDL3/SDL_surface.h index 779d45790..19f77e9ff 100644 --- a/include/SDL3/SDL_surface.h +++ b/include/SDL3/SDL_surface.h @@ -969,7 +969,8 @@ extern DECLSPEC int SDLCALL SDL_BlitSurfaceUnchecked(SDL_Surface *src, const SDL extern DECLSPEC int SDLCALL SDL_SoftStretch(SDL_Surface *src, const SDL_Rect *srcrect, SDL_Surface *dst, const SDL_Rect *dstrect, SDL_ScaleMode scaleMode); /** - * Perform a scaled blit to a destination surface, which may be of a different format. + * Perform a scaled blit to a destination surface, which may be of a different + * format. * * \param src the SDL_Surface structure to be copied from * \param srcrect the SDL_Rect structure representing the rectangle to be