From 80089cfdd3a0dda39d681415d58e8d7de5205da1 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 28 Jun 2007 19:29:26 +0000 Subject: [PATCH] Corrected mismerge of XIM patch, thanks Alissa! Fixes Bugzilla #429. --HG-- branch : SDL-1.2 --- src/video/x11/SDL_x11video.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/video/x11/SDL_x11video.c b/src/video/x11/SDL_x11video.c index 884a0d66c..8fb37d65d 100644 --- a/src/video/x11/SDL_x11video.c +++ b/src/video/x11/SDL_x11video.c @@ -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 {