diff src/video/x11/SDL_x11sym.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 2b3ebc327017
children 1f4f09641645
line wrap: on
line diff
--- a/src/video/x11/SDL_x11sym.h	Fri Feb 03 07:43:42 2006 +0000
+++ b/src/video/x11/SDL_x11sym.h	Sat Feb 04 08:35:11 2006 +0000
@@ -43,6 +43,7 @@
 SDL_X11_SYM(1,int,XDestroyWindow,(Display*,Window))
 SDL_X11_SYM(1,char*,XDisplayName,(_Xconst char*))
 SDL_X11_SYM(1,int,XEventsQueued,(Display*,int))
+SDL_X11_SYM(1,Bool,XFilterEvent,(XEvent *event, Window w))
 SDL_X11_SYM(1,int,XFlush,(Display*))
 SDL_X11_SYM(1,int,XFree,(void*))
 SDL_X11_SYM(1,int,XFreeColormap,(Display*,Colormap))