Changed the name of the IME hint to match the naming convention in SDL

This commit is contained in:
Sam Lantinga 2014-08-19 21:59:56 -07:00
parent 417f3be8cd
commit c34f97dd89
2 changed files with 3 additions and 3 deletions

View file

@ -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