comparison src/video/dga/SDL_dgavideo.c @ 1306:0c105755b110

Changed references to XFree86 to Xext to match change in directory structure. Reference Bugzilla #116.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 31 Jan 2006 18:39:32 +0000
parents 045f186426e1
children c9b51268668f
comparison
equal deleted inserted replaced
1305:babc963b6f8d 1306:0c105755b110
29 */ 29 */
30 30
31 #include <stdlib.h> 31 #include <stdlib.h>
32 #include <string.h> 32 #include <string.h>
33 #include <X11/Xlib.h> 33 #include <X11/Xlib.h>
34 #include <XFree86/extensions/xf86dga.h> 34 #include <Xext/extensions/xf86dga.h>
35 35
36 #ifdef HAVE_ALLOCA_H 36 #ifdef HAVE_ALLOCA_H
37 #include <alloca.h> 37 #include <alloca.h>
38 #endif 38 #endif
39 39