comparison src/video/Xext/Xxf86dga/XF86DGA2.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 d05306f0dc21
children 6fd39b50dd91
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
15 #endif 15 #endif
16 16
17 #define NEED_EVENTS 17 #define NEED_EVENTS
18 #define NEED_REPLIES 18 #define NEED_REPLIES
19 #include <X11/Xlibint.h> 19 #include <X11/Xlibint.h>
20 #include "xf86dga.h" 20 #include "../extensions/xf86dga.h"
21 #include "xf86dgastr.h" 21 #include "../extensions/xf86dgastr.h"
22 #include <X11/extensions/Xext.h> 22 #include <X11/extensions/Xext.h>
23 #include "extutil.h" 23 #include "../extensions/extutil.h"
24 #include <stdio.h> 24 #include <stdio.h>
25 25
26 #if defined(ENABLE_FBCON) /* Needed for framebuffer console support */ 26 #if defined(ENABLE_FBCON) /* Needed for framebuffer console support */
27 #include <sys/ioctl.h> 27 #include <sys/ioctl.h>
28 #include <linux/fb.h> 28 #include <linux/fb.h>