From 8c015cd3b685f285744af26311575f5431b11971 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sat, 2 Mar 2024 18:02:26 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_surface.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_surface.h b/include/SDL3/SDL_surface.h index 42c3aa0c7..5c8184e44 100644 --- a/include/SDL3/SDL_surface.h +++ b/include/SDL3/SDL_surface.h @@ -780,13 +780,15 @@ extern DECLSPEC int SDLCALL SDL_ConvertPixels(int width, int height, Uint32 src_ * \param src_format an SDL_PixelFormatEnum value of the `src` pixels format * \param src_colorspace an SDL_ColorSpace value describing the colorspace of * the `src` pixels - * \param src_properties an SDL_PropertiesID with additional source color properties, or 0 + * \param src_properties an SDL_PropertiesID with additional source color + * properties, or 0 * \param src a pointer to the source pixels * \param src_pitch the pitch of the source pixels, in bytes * \param dst_format an SDL_PixelFormatEnum value of the `dst` pixels format * \param dst_colorspace an SDL_ColorSpace value describing the colorspace of * the `dst` pixels - * \param dst_properties an SDL_PropertiesID with additional destination color properties, or 0 + * \param dst_properties an SDL_PropertiesID with additional destination color + * properties, or 0 * \param dst a pointer to be filled in with new pixel data * \param dst_pitch the pitch of the destination pixels, in bytes * \returns 0 on success or a negative error code on failure; call