From 59ab5c08246da6f244741a28c4c05c63c9725050 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Thu, 7 Mar 2024 00:20:27 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_pixels.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/SDL3/SDL_pixels.h b/include/SDL3/SDL_pixels.h index 6e430ed9d..096eeaee4 100644 --- a/include/SDL3/SDL_pixels.h +++ b/include/SDL3/SDL_pixels.h @@ -765,7 +765,8 @@ extern DECLSPEC SDL_bool SDLCALL SDL_GetMasksForPixelFormatEnum(SDL_PixelFormatE * \param Gmask the green mask for the format * \param Bmask the blue mask for the format * \param Amask the alpha mask for the format - * \returns the SDL_PixelFormatEnum value corresponding to the format masks, or SDL_PIXELFORMAT_UNKNOWN if there isn't a match. + * \returns the SDL_PixelFormatEnum value corresponding to the format masks, + * or SDL_PIXELFORMAT_UNKNOWN if there isn't a match. * * \since This function is available since SDL 3.0.0. *