Mercurial > sdl-ios-xcode
changeset 3980:5368d56af4da SDL-1.2
Added some new XIM symbols to the dynamic X11 function list.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 26 Jun 2007 00:57:09 +0000 |
parents | 1683d807c4fa |
children | b0d021cf41b6 |
files | src/video/x11/SDL_x11sym.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11sym.h Mon Jun 25 20:08:55 2007 +0000 +++ b/src/video/x11/SDL_x11sym.h Tue Jun 26 00:57:09 2007 +0000 @@ -147,6 +147,8 @@ SDL_X11_SYM(XIM,XOpenIM,(Display* a,struct _XrmHashBucketRec* b,char* c,char* d),(a,b,c,d),return) SDL_X11_SYM(Status,XCloseIM,(XIM a),(a),return) SDL_X11_SYM(char*,XSetLocaleModifiers,(_Xconst char* a),(a),return) +SDL_X11_SYM(int,XRefreshKeyboardMapping,(XMappingEvent* a),(a),return) +SDL_X11_SYM(Display*,XDisplayOfIM,(XIM a),(a),return) #endif #ifndef NO_SHARED_MEMORY