Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11sym.h @ 1299:2bf9dda618e5
Corrects dynamic X11 code on Tru64 systems.
Fixes Bugzilla #87.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 30 Jan 2006 18:21:44 +0000 |
parents | d2c6881935be |
children | 2b3ebc327017 |
comparison
equal
deleted
inserted
replaced
1298:e1b8e1b97b67 | 1299:2bf9dda618e5 |
---|---|
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 #ifdef LONG64 | 142 #if defined(LONG64) && !defined(__osf__) || defined(X11_DYNAMIC) |
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 | |
146 | |
147 #if defined(__osf__) && defined(X11_DYNAMIC) | |
148 SDL_X11_SYM(1,void,_SmtBufferOverflow,(Display *dpy,register smtDisplayPtr)) | |
149 SDL_X11_SYM(1,void,_SmtIpError,(Display *dpy,register smtDisplayPtr, int)) | |
150 SDL_X11_SYM(1,int,ipAllocateData,(ChannelPtr, IPCard, IPDataPtr *)) | |
151 SDL_X11_SYM(1,int,ipUnallocateAndSendData,(ChannelPtr, IPCard)) | |
145 #endif | 152 #endif |
146 | 153 |
147 #if NeedWidePrototypes | 154 #if NeedWidePrototypes |
148 SDL_X11_SYM(1,KeySym,XKeycodeToKeysym,(Display*,unsigned int,int)) | 155 SDL_X11_SYM(1,KeySym,XKeycodeToKeysym,(Display*,unsigned int,int)) |
149 #else | 156 #else |