Added some new XIM symbols to the dynamic X11 function list.

--HG--
branch : SDL-1.2
This commit is contained in:
Ryan C. Gordon 2007-06-26 00:57:09 +00:00
parent 3bb777b16e
commit 857fb30004

View File

@ -147,6 +147,8 @@ SDL_X11_SYM(void,XUnsetICFocus,(XIC a),(a),)
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