mirror of
https://github.com/yawut/SDL.git
synced 2026-05-05 20:57:28 -05:00
Corrected mismerge of XIM patch, thanks Alissa!
Fixes Bugzilla #429. --HG-- branch : SDL-1.2
This commit is contained in:
parent
ede76d3d09
commit
80089cfdd3
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user