diff src/video/x11/SDL_x11dyn.h @ 2325:c7bcf84ba1b9

Next version of internationalized input for X11. On my machine (famous last words :-) with a US English keyboard and locale I can compose ` and e and get a text input event with the character รจ. You still get the keypress keyrelease events for the individual keys that go into composing the character.
author Bob Pendleton <bob@pendleton.com>
date Fri, 07 Mar 2008 20:54:11 +0000
parents a344e42bce3b
children 44e49d3fa6cf
line wrap: on
line diff
--- a/src/video/x11/SDL_x11dyn.h	Fri Mar 07 17:20:37 2008 +0000
+++ b/src/video/x11/SDL_x11dyn.h	Fri Mar 07 20:54:11 2008 +0000
@@ -68,9 +68,10 @@
     int SDL_X11_LoadSymbols(void);
     void SDL_X11_UnloadSymbols(void);
 
-/* That's really annoying...make this a function pointer no matter what. */
+/* That's really annoying...make these function pointers no matter what. */
 #ifdef X_HAVE_UTF8_STRING
     extern XIC(*pXCreateIC) (XIM, ...);
+    extern char *(*pXGetICValues) (XIC, ...);
 #endif
 
 /* These SDL_X11_HAVE_* flags are here whether you have dynamic X11 or not. */