From 943ab983cb8b90166a3f1e8699c7c6743aae6fd6 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Fri, 2 Feb 2024 23:10:26 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_properties.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/SDL3/SDL_properties.h b/include/SDL3/SDL_properties.h index d434ba2e3..498d8e5be 100644 --- a/include/SDL3/SDL_properties.h +++ b/include/SDL3/SDL_properties.h @@ -84,7 +84,10 @@ extern DECLSPEC SDL_PropertiesID SDLCALL SDL_CreateProperties(void); /** * Copy a set of properties * - * Copy all the properties from one set of properties to another, with the exception of properties requiring cleanup (set using SDL_SetPropertyWithCleanup()), which will not be copied. Any property that already exists on `dst` will be overwritten. + * Copy all the properties from one set of properties to another, with the + * exception of properties requiring cleanup (set using + * SDL_SetPropertyWithCleanup()), which will not be copied. Any property that + * already exists on `dst` will be overwritten. * * \param src the properties to copy * \param dst the destination properties