Browse Source

Sync SDL wiki -> header

SDL Wiki Bot 2 years ago
parent
commit
34b28002d9
1 changed files with 7 additions and 2 deletions
  1. 7 2
      include/SDL_hints.h

+ 7 - 2
include/SDL_hints.h

@@ -2426,7 +2426,9 @@ extern DECLSPEC SDL_bool SDLCALL SDL_ResetHint(const char *name);
 /**
  * Reset all hints to the default values.
  *
- * This will reset all hints to the value of the associated environment variable, or NULL if the environment isn't set. Callbacks will be called normally with this change.
+ * This will reset all hints to the value of the associated environment
+ * variable, or NULL if the environment isn't set. Callbacks will be called
+ * normally with this change.
  *
  * \since This function is available since SDL 2.26.0.
  *
@@ -2509,7 +2511,10 @@ extern DECLSPEC void SDLCALL SDL_DelHintCallback(const char *name,
 /**
  * Clear all hints.
  *
- * This function is automatically called during SDL_Quit(), and deletes all callbacks without calling them and frees all memory associated with hints. If you're calling this from application code you probably want to call SDL_ResetHints() instead.
+ * This function is automatically called during SDL_Quit(), and deletes all
+ * callbacks without calling them and frees all memory associated with hints.
+ * If you're calling this from application code you probably want to call
+ * SDL_ResetHints() instead.
  *
  * This function will be removed from the API the next time we rev the ABI.
  *