comparison src/video/x11/SDL_x11sym.h @ 1586:4d1d3d5393b1

Patched to compile on 32-bit X11, I think.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 22 Mar 2006 08:57:37 +0000
parents 3ba88cb7eb1b
children 34cca785be57
comparison
equal deleted inserted replaced
1585:980d2a0dc2a3 1586:4d1d3d5393b1
157 157
158 /* 158 /*
159 * Not required...these only exist in code in headers on some 64-bit platforms, 159 * Not required...these only exist in code in headers on some 64-bit platforms,
160 * and are removed via macros elsewhere, so it's safe for them to be missing. 160 * and are removed via macros elsewhere, so it's safe for them to be missing.
161 */ 161 */
162 #ifdef LONG64
162 SDL_X11_MODULE(IO_32BIT) 163 SDL_X11_MODULE(IO_32BIT)
163 SDL_X11_SYM(int,_XData32,(Display *dpy,register long *data,unsigned len),(dpy,data,len),return) 164 SDL_X11_SYM(int,_XData32,(Display *dpy,register long *data,unsigned len),(dpy,data,len),return)
164 SDL_X11_SYM(void,_XRead32,(Display *dpy,register long *data,long len),(dpy,data,len),) 165 SDL_X11_SYM(void,_XRead32,(Display *dpy,register long *data,long len),(dpy,data,len),)
166 #endif
165 167
166 /* 168 /*
167 * These only show up on some variants of Unix. 169 * These only show up on some variants of Unix.
168 */ 170 */
169 #if defined(__osf__) 171 #if defined(__osf__)