Sync SDL wiki -> header

This commit is contained in:
SDL Wiki Bot 2022-08-10 15:02:11 +00:00
parent d4192850c1
commit 6ecfc40697
1 changed files with 3 additions and 3 deletions

View File

@ -2289,9 +2289,9 @@ extern DECLSPEC SDL_bool SDLCALL SDL_SetHint(const char *name,
/** /**
* Reset a hint to the default value. * Reset a hint to the default value.
* *
* This will reset a hint to the value of the environment variable, or NULL * This will reset a hint to the value of the environment variable, or NULL if
* if the environment isn't set. Callbacks will be called normally with * the environment isn't set. Callbacks will be called normally with this
* this change. * change.
* *
* \param name the hint to set * \param name the hint to set
* \returns SDL_TRUE if the hint was set, SDL_FALSE otherwise. * \returns SDL_TRUE if the hint was set, SDL_FALSE otherwise.