comparison src/video/x11/SDL_x11dyn.h @ 1361:19418e4422cb

New configure-based build system. Still work in progress, but much improved
author Sam Lantinga <slouken@libsdl.org>
date Thu, 16 Feb 2006 10:11:48 +0000
parents 82c38796c7ca
children d910939febfa
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
27 #include <X11/Xutil.h> 27 #include <X11/Xutil.h>
28 #include <X11/Xatom.h> 28 #include <X11/Xatom.h>
29 #include <X11/Xlibint.h> 29 #include <X11/Xlibint.h>
30 #include <X11/Xproto.h> 30 #include <X11/Xproto.h>
31 31
32 #include <Xext/extensions/extutil.h> 32 #include "../Xext/extensions/extutil.h"
33 33
34 #ifndef NO_SHARED_MEMORY 34 #ifndef NO_SHARED_MEMORY
35 #include <sys/ipc.h> 35 #include <sys/ipc.h>
36 #include <sys/shm.h> 36 #include <sys/shm.h>
37 #include <X11/extensions/XShm.h> 37 #include <X11/extensions/XShm.h>
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 #define _XData32 p_XData32 72 #define _XData32 p_XData32
73 73
74 #if defined(__osf__) && defined(X11_DYNAMIC) 74 #if defined(__osf__) && defined(SDL_VIDEO_DRIVER_X11_DYNAMIC)
75 #define _SmtBufferOverflow p_SmtBufferOverflow 75 #define _SmtBufferOverflow p_SmtBufferOverflow
76 #define _SmtIpError p_SmtIpError 76 #define _SmtIpError p_SmtIpError
77 #define ipAllocateData pipAllocateData 77 #define ipAllocateData pipAllocateData
78 #define ipUnallocateAndSendData pipUnallocateAndSendData 78 #define ipUnallocateAndSendData pipUnallocateAndSendData
79 #endif 79 #endif