Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11sym.h @ 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 | b966761fef6c |
children | 568c9b3c0167 |
comparison
equal
deleted
inserted
replaced
3979:1683d807c4fa | 3980:5368d56af4da |
---|---|
145 SDL_X11_SYM(void,XUnsetICFocus,(XIC a),(a),) | 145 SDL_X11_SYM(void,XUnsetICFocus,(XIC a),(a),) |
146 /*SDL_X11_SYM(char*,XGetICValues,(XIC a, ...),return)*/ | 146 /*SDL_X11_SYM(char*,XGetICValues,(XIC a, ...),return)*/ |
147 SDL_X11_SYM(XIM,XOpenIM,(Display* a,struct _XrmHashBucketRec* b,char* c,char* d),(a,b,c,d),return) | 147 SDL_X11_SYM(XIM,XOpenIM,(Display* a,struct _XrmHashBucketRec* b,char* c,char* d),(a,b,c,d),return) |
148 SDL_X11_SYM(Status,XCloseIM,(XIM a),(a),return) | 148 SDL_X11_SYM(Status,XCloseIM,(XIM a),(a),return) |
149 SDL_X11_SYM(char*,XSetLocaleModifiers,(_Xconst char* a),(a),return) | 149 SDL_X11_SYM(char*,XSetLocaleModifiers,(_Xconst char* a),(a),return) |
150 SDL_X11_SYM(int,XRefreshKeyboardMapping,(XMappingEvent* a),(a),return) | |
151 SDL_X11_SYM(Display*,XDisplayOfIM,(XIM a),(a),return) | |
150 #endif | 152 #endif |
151 | 153 |
152 #ifndef NO_SHARED_MEMORY | 154 #ifndef NO_SHARED_MEMORY |
153 SDL_X11_MODULE(SHM) | 155 SDL_X11_MODULE(SHM) |
154 SDL_X11_SYM(Status,XShmAttach,(Display* a,XShmSegmentInfo* b),(a,b),return) | 156 SDL_X11_SYM(Status,XShmAttach,(Display* a,XShmSegmentInfo* b),(a,b),return) |