Mercurial > sdl-ios-xcode
diff src/video/x11/SDL_x11events_c.h @ 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 | c9b51268668f |
children | d910939febfa |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11events_c.h Fri Feb 03 07:43:42 2006 +0000 +++ b/src/video/x11/SDL_x11events_c.h Sat Feb 04 08:35:11 2006 +0000 @@ -25,5 +25,5 @@ /* Functions to be exported */ extern void X11_InitOSKeymap(_THIS); extern void X11_PumpEvents(_THIS); -extern void X11_SetKeyboardState(Display *display, XIC ic, const char *key_vec); +extern void X11_SetKeyboardState(Display *display, const char *key_vec);