diff src/video/dga/SDL_dgaevents.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 b8f167923bfc
children c9b51268668f
line wrap: on
line diff
--- a/src/video/dga/SDL_dgaevents.c	Tue Jan 31 18:08:33 2006 +0000
+++ b/src/video/dga/SDL_dgaevents.c	Tue Jan 31 18:39:32 2006 +0000
@@ -29,7 +29,7 @@
 
 #include <stdio.h>
 #include <X11/Xlib.h>
-#include <XFree86/extensions/xf86dga.h>
+#include <Xext/extensions/xf86dga.h>
 
 #include "SDL_sysvideo.h"
 #include "SDL_events_c.h"