Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11sym.h @ 1226:d05306f0dc21
More dynamic X11 fixes...catches some code in Xlib headers that caused
dependencies...
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 04 Jan 2006 22:57:50 +0000 |
parents | 9867f3d86e44 |
children | f60f6f4ffc6f |
comparison
equal
deleted
inserted
replaced
1225:09bc22169702 | 1226:d05306f0dc21 |
---|---|
128 SDL_X11_SYM(int,_XRead,(Display*,char*,long)) | 128 SDL_X11_SYM(int,_XRead,(Display*,char*,long)) |
129 SDL_X11_SYM(void,_XReadPad,(Display*,char*,long)) | 129 SDL_X11_SYM(void,_XReadPad,(Display*,char*,long)) |
130 SDL_X11_SYM(void,_XSend,(Display*,_Xconst char*,long)) | 130 SDL_X11_SYM(void,_XSend,(Display*,_Xconst char*,long)) |
131 SDL_X11_SYM(Status,_XReply,(Display*,xReply*,int,Bool)) | 131 SDL_X11_SYM(Status,_XReply,(Display*,xReply*,int,Bool)) |
132 SDL_X11_SYM(unsigned long,_XSetLastRequestRead,(Display*,xGenericReply*)) | 132 SDL_X11_SYM(unsigned long,_XSetLastRequestRead,(Display*,xGenericReply*)) |
133 SDL_X11_SYM(int,_XData32,(Display *dpy,register long *data,unsigned len)) | |
134 SDL_X11_SYM(void,_XRead32,(Display *dpy,register long *data,long len)) | |
133 | 135 |
134 #if NeedWidePrototypes | 136 #if NeedWidePrototypes |
135 SDL_X11_SYM(KeySym,XKeycodeToKeysym,(Display*,unsigned int,int)) | 137 SDL_X11_SYM(KeySym,XKeycodeToKeysym,(Display*,unsigned int,int)) |
136 #else | 138 #else |
137 SDL_X11_SYM(KeySym,XKeycodeToKeysym,(Display*,KeyCode,int)) | 139 SDL_X11_SYM(KeySym,XKeycodeToKeysym,(Display*,KeyCode,int)) |