comparison 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
comparison
equal deleted inserted replaced
1326:9439c2f1da89 1327:d12a63a8d95a
23 #include "SDL_x11video.h" 23 #include "SDL_x11video.h"
24 24
25 /* Functions to be exported */ 25 /* Functions to be exported */
26 extern void X11_InitOSKeymap(_THIS); 26 extern void X11_InitOSKeymap(_THIS);
27 extern void X11_PumpEvents(_THIS); 27 extern void X11_PumpEvents(_THIS);
28 extern void X11_SetKeyboardState(Display *display, XIC ic, const char *key_vec); 28 extern void X11_SetKeyboardState(Display *display, const char *key_vec);
29 29