comparison 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
comparison
equal deleted inserted replaced
1305:babc963b6f8d 1306:0c105755b110
27 27
28 /* Handle the event stream, converting DGA events into SDL events */ 28 /* Handle the event stream, converting DGA events into SDL events */
29 29
30 #include <stdio.h> 30 #include <stdio.h>
31 #include <X11/Xlib.h> 31 #include <X11/Xlib.h>
32 #include <XFree86/extensions/xf86dga.h> 32 #include <Xext/extensions/xf86dga.h>
33 33
34 #include "SDL_sysvideo.h" 34 #include "SDL_sysvideo.h"
35 #include "SDL_events_c.h" 35 #include "SDL_events_c.h"
36 #include "SDL_dgavideo.h" 36 #include "SDL_dgavideo.h"
37 #include "SDL_dgaevents_c.h" 37 #include "SDL_dgaevents_c.h"