mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-16 09:48:26 +00:00
Changed the name of the IME hint to match the naming convention in SDL
This commit is contained in:
parent
90bc642fa8
commit
38b49c30e1
2 changed files with 3 additions and 3 deletions
|
@ -488,7 +488,7 @@ extern "C" {
|
|||
* "1" - If supported by the IM then TEXTEDITING events are not sent,
|
||||
* and text that is being composed will be rendered in its own UI.
|
||||
*/
|
||||
#define SDL_HINT_IM_INTERNAL_EDITING "SDL_IM_INTERNAL_EDITING"
|
||||
#define SDL_HINT_IME_INTERNAL_EDITING "SDL_IME_INTERNAL_EDITING"
|
||||
|
||||
/**
|
||||
* \brief An enumeration of hint priorities
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue