mirror of
https://github.com/yawut/SDL.git
synced 2026-05-06 05:09:34 -05:00
Added some new XIM symbols to the dynamic X11 function list.
--HG-- branch : SDL-1.2
This commit is contained in:
parent
3bb777b16e
commit
857fb30004
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user