Renamed SDL_HINT_GDK_TEXTINPUT_DEFAULT to SDL_HINT_GDK_TEXTINPUT_DEFAULT_TEXT

This commit is contained in:
Sam Lantinga 2024-02-11 17:53:47 -08:00
parent fd5d761128
commit 4f628b5b62
5 changed files with 9 additions and 2 deletions

View file

@ -564,7 +564,7 @@ extern "C" {
*
* This hint should be set before calling SDL_StartTextInput()
*/
#define SDL_HINT_GDK_TEXTINPUT_DEFAULT "SDL_GDK_TEXTINPUT_DEFAULT"
#define SDL_HINT_GDK_TEXTINPUT_DEFAULT_TEXT "SDL_GDK_TEXTINPUT_DEFAULT_TEXT"
/**
* This variable sets the description of the TextInput window on GDK platforms.