Commit f6513ee7 authored by Ryan C. Gordon's avatar Ryan C. Gordon

Corrected mismerge of XIM patch, thanks Alissa!

  Fixes Bugzilla #429.

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402391
parent 9a001803
......@@ -502,7 +502,6 @@ static void create_aux_windows(_THIS)
}
/* Create a new input context for the new window just created. */
SDL_IM = XOpenIM(SDL_Display, NULL, classname, classname);
if (SDL_IM == NULL) {
SDL_SetError("no input method could be opened");
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment