diff src/video/x11/SDL_x11sym.h @ 2300:c97ad1abe05b

Minimal implementation of textinput events for x11. It only works for latin-1.
author Bob Pendleton <bob@pendleton.com>
date Tue, 15 Jan 2008 22:37:17 +0000
parents a7cbc25071b6
children fbe8ff44c519
line wrap: on
line diff
--- a/src/video/x11/SDL_x11sym.h	Sat Jan 12 18:07:06 2008 +0000
+++ b/src/video/x11/SDL_x11sym.h	Tue Jan 15 22:37:17 2008 +0000
@@ -76,6 +76,7 @@
 SDL_X11_SYM(int,XKillClient,(Display* a,XID b),(a,b),return)
 SDL_X11_SYM(Atom,XInternAtom,(Display* a,_Xconst char* b,Bool c),(a,b,c),return)
 SDL_X11_SYM(XPixmapFormatValues*,XListPixmapFormats,(Display* a,int* b),(a,b),return)
+SDL_X11_SYM(KeySym,XLookupKeysym,(XKeyEvent* a,int b),(a,b),return)
 SDL_X11_SYM(int,XLookupString,(XKeyEvent* a,char* b,int c,KeySym* d,XComposeStatus* e),(a,b,c,d,e),return)
 SDL_X11_SYM(int,XMapRaised,(Display* a,Window b),(a,b),return)
 SDL_X11_SYM(int,XMapWindow,(Display* a,Window b),(a,b),return)