diff src/video/x11/SDL_x11events_c.h @ 1178:9867f3d86e44

Real Unicode support for X11. Based on updated version of this patch: http://lists.arabeyes.org/archives/developer/2004/June/msg00160.html --ryan.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 21 Nov 2005 00:16:34 +0000
parents b8d311d90021
children c9b51268668f
line wrap: on
line diff
--- a/src/video/x11/SDL_x11events_c.h	Sun Nov 20 23:59:26 2005 +0000
+++ b/src/video/x11/SDL_x11events_c.h	Mon Nov 21 00:16:34 2005 +0000
@@ -30,5 +30,5 @@
 /* Functions to be exported */
 extern void X11_InitOSKeymap(_THIS);
 extern void X11_PumpEvents(_THIS);
-extern void X11_SetKeyboardState(Display *display, const char *key_vec);
+extern void X11_SetKeyboardState(Display *display, XIC ic, const char *key_vec);