diff src/video/x11/SDL_x11video.c @ 1327:d12a63a8d95a

Resolved bug #130 Use XFilterEvent() to handle dead-key composition under X11 Cleaned up the code in preparation for 1.3 API changes
author Sam Lantinga <slouken@libsdl.org>
date Sat, 04 Feb 2006 08:35:11 +0000
parents 1dfc85090d07
children 3692456e7b0f
line wrap: on
line diff
--- a/src/video/x11/SDL_x11video.c	Fri Feb 03 07:43:42 2006 +0000
+++ b/src/video/x11/SDL_x11video.c	Sat Feb 04 08:35:11 2006 +0000
@@ -953,7 +953,7 @@
 	}
 
 	/* Update the internal keyboard state */
-	X11_SetKeyboardState(SDL_Display, SDL_IC, NULL);
+	X11_SetKeyboardState(SDL_Display, NULL);
 
 	/* When the window is first mapped, ignore non-modifier keys */
 	{