comparison src/video/Xext/Xxf86dga/XF86DGA.c @ 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 604d73db6802
children 6fd39b50dd91
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
57 #endif 57 #endif
58 58
59 #define NEED_EVENTS 59 #define NEED_EVENTS
60 #define NEED_REPLIES 60 #define NEED_REPLIES
61 #include <X11/Xlibint.h> 61 #include <X11/Xlibint.h>
62 #include "xf86dga.h" 62 #include "../extensions/xf86dga.h"
63 #include "xf86dgastr.h" 63 #include "../extensions/xf86dgastr.h"
64 #include <X11/extensions/Xext.h> 64 #include <X11/extensions/Xext.h>
65 #include "extutil.h" 65 #include "../extensions/extutil.h"
66 66
67 #include "../../x11/SDL_x11dyn.h" 67 #include "../../x11/SDL_x11dyn.h"
68 68
69 extern XExtDisplayInfo* SDL_NAME(xdga_find_display)(Display*); 69 extern XExtDisplayInfo* SDL_NAME(xdga_find_display)(Display*);
70 extern char *SDL_NAME(xdga_extension_name); 70 extern char *SDL_NAME(xdga_extension_name);
339 339
340 340
341 /* Helper functions */ 341 /* Helper functions */
342 342
343 #include <X11/Xmd.h> 343 #include <X11/Xmd.h>
344 #include <Xext/extensions/xf86dga.h> 344 #include "../extensions/xf86dga.h"
345 #include <stdlib.h> 345 #include <stdlib.h>
346 #include <stdio.h> 346 #include <stdio.h>
347 #include <fcntl.h> 347 #include <fcntl.h>
348 #if defined(ISC) 348 #if defined(ISC)
349 # define HAS_SVR3_MMAP 349 # define HAS_SVR3_MMAP