Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11sym.h @ 1314:2b3ebc327017
Fixed dynamic X11 for now, I think.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 01 Feb 2006 08:03:04 +0000 |
parents | 2bf9dda618e5 |
children | d12a63a8d95a |
comparison
equal
deleted
inserted
replaced
1313:09f0e1634b6d | 1314:2b3ebc327017 |
---|---|
137 | 137 |
138 /* | 138 /* |
139 * These don't exist in 32-bit versions and are removed by Xlib macros, but | 139 * These don't exist in 32-bit versions and are removed by Xlib macros, but |
140 * 64+ bit systems will use them. | 140 * 64+ bit systems will use them. |
141 */ | 141 */ |
142 #if defined(LONG64) && !defined(__osf__) || defined(X11_DYNAMIC) | 142 #if defined(LONG64) && !defined(__osf__) |
143 SDL_X11_SYM(1,int,_XData32,(Display *dpy,register long *data,unsigned len)) | 143 SDL_X11_SYM(1,int,_XData32,(Display *dpy,register long *data,unsigned len)) |
144 SDL_X11_SYM(1,void,_XRead32,(Display *dpy,register long *data,long len)) | 144 SDL_X11_SYM(1,void,_XRead32,(Display *dpy,register long *data,long len)) |
145 #endif | 145 #endif |
146 | 146 |
147 #if defined(__osf__) && defined(X11_DYNAMIC) | 147 #if defined(__osf__) |
148 SDL_X11_SYM(1,void,_SmtBufferOverflow,(Display *dpy,register smtDisplayPtr)) | 148 SDL_X11_SYM(1,void,_SmtBufferOverflow,(Display *dpy,register smtDisplayPtr)) |
149 SDL_X11_SYM(1,void,_SmtIpError,(Display *dpy,register smtDisplayPtr, int)) | 149 SDL_X11_SYM(1,void,_SmtIpError,(Display *dpy,register smtDisplayPtr, int)) |
150 SDL_X11_SYM(1,int,ipAllocateData,(ChannelPtr, IPCard, IPDataPtr *)) | 150 SDL_X11_SYM(1,int,ipAllocateData,(ChannelPtr, IPCard, IPDataPtr *)) |
151 SDL_X11_SYM(1,int,ipUnallocateAndSendData,(ChannelPtr, IPCard)) | 151 SDL_X11_SYM(1,int,ipUnallocateAndSendData,(ChannelPtr, IPCard)) |
152 #endif | 152 #endif |