comparison src/video/x11/SDL_x11dyn.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 0c105755b110
children 82c38796c7ca
comparison
equal deleted inserted replaced
1313:09f0e1634b6d 1314:2b3ebc327017
67 #define _XFlush p_XFlush 67 #define _XFlush p_XFlush
68 #define _XFlushGCCache p_XFlushGCCache 68 #define _XFlushGCCache p_XFlushGCCache
69 #define _XReply p_XReply 69 #define _XReply p_XReply
70 #define _XSend p_XSend 70 #define _XSend p_XSend
71 #define XFree pXFree 71 #define XFree pXFree
72
73 #if !defined(__osf__) || defined(X11_DYNAMIC)
74 #define _XData32 p_XData32 72 #define _XData32 p_XData32
75 #endif
76 73
77 #if defined(__osf__) && defined(X11_DYNAMIC) 74 #if defined(__osf__) && defined(X11_DYNAMIC)
78 #define _SmtBufferOverflow p_SmtBufferOverflow 75 #define _SmtBufferOverflow p_SmtBufferOverflow
79 #define _SmtIpError p_SmtIpError 76 #define _SmtIpError p_SmtIpError
80 #define ipAllocateData pipAllocateData 77 #define ipAllocateData pipAllocateData