Skip to content

Commit

Permalink
Corrected mismerge of XIM patch, thanks Alissa!
Browse files Browse the repository at this point in the history
  Fixes Bugzilla #429.
  • Loading branch information
icculus committed Jun 28, 2007
1 parent 2d65dab commit 687e165
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/x11/SDL_x11video.c
Expand Up @@ -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 {
Expand Down

0 comments on commit 687e165

Please sign in to comment.