comparison src/video/Xext/extensions/extutil.h @ 1599:ecba4bbaf9c2

More dynamic X11 mangling...should fix NetBSD builds. And hopefully doesn't break 6 other platforms. :)
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 23 Mar 2006 08:43:37 +0000
parents 3ba88cb7eb1b
children 782fd950bd46 c121d94672cb
comparison
equal deleted inserted replaced
1598:5a6893ebc15a 1599:ecba4bbaf9c2
36 #ifndef _EXTUTIL_H_ 36 #ifndef _EXTUTIL_H_
37 #define _EXTUTIL_H_ 37 #define _EXTUTIL_H_
38 38
39 #include "SDL_stdinc.h" /* For portable string functions */ 39 #include "SDL_stdinc.h" /* For portable string functions */
40 40
41 #include <X11/extensions/Xext.h> 41 #include "./Xext.h"
42 42
43 /* 43 /*
44 * We need to keep a list of open displays since the Xlib display list isn't 44 * We need to keep a list of open displays since the Xlib display list isn't
45 * public. We also have to per-display info in a separate block since it isn't 45 * public. We also have to per-display info in a separate block since it isn't
46 * stored directly in the Display structure. 46 * stored directly in the Display structure.