Mercurial > sdl-ios-xcode
comparison src/video/Xext/Xxf86dga/XF86DGA.c @ 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 f0b8bbaf8de5 |
comparison
equal
deleted
inserted
replaced
1598:5a6893ebc15a | 1599:ecba4bbaf9c2 |
---|---|
57 #endif | 57 #endif |
58 | 58 |
59 #define NEED_EVENTS | 59 #define NEED_EVENTS |
60 #define NEED_REPLIES | 60 #define NEED_REPLIES |
61 | 61 |
62 #include "../../x11/SDL_x11dyn.h" | 62 #include <X11/Xlibint.h> |
63 | |
64 /*#include <X11/Xlibint.h>*/ | |
65 #include "../extensions/xf86dga.h" | 63 #include "../extensions/xf86dga.h" |
66 #include "../extensions/xf86dgastr.h" | 64 #include "../extensions/xf86dgastr.h" |
67 #include <X11/extensions/Xext.h> | 65 #include "../extensions/Xext.h" |
68 #include "../extensions/extutil.h" | 66 #include "../extensions/extutil.h" |
69 | 67 |
70 extern XExtDisplayInfo* SDL_NAME(xdga_find_display)(Display*); | 68 extern XExtDisplayInfo* SDL_NAME(xdga_find_display)(Display*); |
71 extern char *SDL_NAME(xdga_extension_name); | 69 extern char *SDL_NAME(xdga_extension_name); |
72 | 70 |