comparison src/video/dga/SDL_dgaevents.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 d12a63a8d95a
children d910939febfa
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
22 22
23 /* Handle the event stream, converting DGA events into SDL events */ 23 /* Handle the event stream, converting DGA events into SDL events */
24 24
25 #include <stdio.h> 25 #include <stdio.h>
26 #include <X11/Xlib.h> 26 #include <X11/Xlib.h>
27 #include <Xext/extensions/xf86dga.h> 27 #include "../Xext/extensions/xf86dga.h"
28 28
29 #include "SDL_sysvideo.h" 29 #include "../SDL_sysvideo.h"
30 #include "SDL_events_c.h" 30 #include "../../events/SDL_events_c.h"
31 #include "SDL_dgavideo.h" 31 #include "SDL_dgavideo.h"
32 #include "SDL_dgaevents_c.h" 32 #include "SDL_dgaevents_c.h"
33 33
34 /* get function pointers... */ 34 /* get function pointers... */
35 #include "../x11/SDL_x11dyn.h" 35 #include "../x11/SDL_x11dyn.h"