Sfoglia il codice sorgente

Sync SDL3 wiki -> header

SDL Wiki Bot 1 anno fa
parent
commit
d949673bc9
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      include/SDL3/SDL_properties.h

+ 2 - 2
include/SDL3/SDL_properties.h

@@ -187,8 +187,8 @@ extern SDL_DECLSPEC void SDLCALL SDL_UnlockProperties(SDL_PropertiesID props);
 typedef void (SDLCALL *SDL_CleanupPropertyCallback)(void *userdata, void *value);
 typedef void (SDLCALL *SDL_CleanupPropertyCallback)(void *userdata, void *value);
 
 
 /**
 /**
- * Set a pointer property in a group of properties with a cleanup function that is
- * called when the property is deleted.
+ * Set a pointer property in a group of properties with a cleanup function
+ * that is called when the property is deleted.
  *
  *
  * The cleanup function is also called if setting the property fails for any
  * The cleanup function is also called if setting the property fails for any
  * reason.
  * reason.