Corrected mismerge of XIM patch, thanks Alissa!

Fixes Bugzilla #429.

--HG--
branch : SDL-1.2
This commit is contained in:
Ryan C. Gordon 2007-06-28 19:29:26 +00:00
parent ede76d3d09
commit 80089cfdd3

View File

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