comparison src/video/Xext/Xv/Xvlibint.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 045f186426e1
children 6fd39b50dd91
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
42 */ 42 */
43 43
44 #define NEED_REPLIES 44 #define NEED_REPLIES
45 45
46 #include <X11/Xlibint.h> 46 #include <X11/Xlibint.h>
47 #include "Xvproto.h" 47 #include "../extensions/Xvproto.h"
48 #include "Xvlib.h" 48 #include "../extensions/Xvlib.h"
49 49
50 #if !defined(UNIXCPP) 50 #if !defined(UNIXCPP)
51 #define XvGetReq(name, req) \ 51 #define XvGetReq(name, req) \
52 WORD64ALIGN\ 52 WORD64ALIGN\
53 if ((dpy->bufptr + SIZEOF(xv##name##Req)) > dpy->bufmax)\ 53 if ((dpy->bufptr + SIZEOF(xv##name##Req)) > dpy->bufmax)\