From 4928d0e479d97820cee8ada3d1f72e2ecb697efa Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Tue, 7 May 2024 19:25:31 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_blendmode.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/SDL3/SDL_blendmode.h b/include/SDL3/SDL_blendmode.h index df2b19d58a..ada34362a6 100644 --- a/include/SDL3/SDL_blendmode.h +++ b/include/SDL3/SDL_blendmode.h @@ -37,7 +37,8 @@ extern "C" { /** * A set of blend modes used in drawing operations. * - * Note that additional values may be obtained from SDL_ComposeCustomBlendMode. + * Note that additional values may be obtained from + * SDL_ComposeCustomBlendMode. * * \since This datatype is available since SDL 3.0.0. *