comparison 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
comparison
equal deleted inserted replaced
1177:e967ab22e6fd 1178:9867f3d86e44
28 #include "SDL_x11video.h" 28 #include "SDL_x11video.h"
29 29
30 /* Functions to be exported */ 30 /* Functions to be exported */
31 extern void X11_InitOSKeymap(_THIS); 31 extern void X11_InitOSKeymap(_THIS);
32 extern void X11_PumpEvents(_THIS); 32 extern void X11_PumpEvents(_THIS);
33 extern void X11_SetKeyboardState(Display *display, const char *key_vec); 33 extern void X11_SetKeyboardState(Display *display, XIC ic, const char *key_vec);
34 34