From c5cdaef6c34acfefcea57b2ea98c34c023924a83 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 26 Apr 2023 14:10:44 -0700 Subject: [PATCH] Fixed function documentation references --- include/SDL3/SDL_surface.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/SDL3/SDL_surface.h b/include/SDL3/SDL_surface.h index a9ee35b46a..94a0c31c91 100644 --- a/include/SDL3/SDL_surface.h +++ b/include/SDL3/SDL_surface.h @@ -848,8 +848,6 @@ extern DECLSPEC int SDLCALL SDL_SoftStretchLinear(SDL_Surface *src, * SDL_GetError() for more information. * * \since This function is available since SDL 3.0.0. - * - * \sa SDL_BlitScaled */ extern DECLSPEC int SDLCALL SDL_BlitSurfaceScaled (SDL_Surface *src, const SDL_Rect *srcrect, @@ -872,7 +870,7 @@ extern DECLSPEC int SDLCALL SDL_BlitSurfaceScaled * * \since This function is available since SDL 3.0.0. * - * \sa SDL_BlitScaled + * \sa SDL_BlitSurfaceScaled */ extern DECLSPEC int SDLCALL SDL_BlitSurfaceUncheckedScaled (SDL_Surface *src, SDL_Rect *srcrect,