Mercurial > sdl-ios-xcode
comparison src/video/dga/SDL_dgavideo.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 | c71e05b4dc2e |
children | d910939febfa |
comparison
equal
deleted
inserted
replaced
1360:70a9cfb4cf1b | 1361:19418e4422cb |
---|---|
24 */ | 24 */ |
25 | 25 |
26 #include <stdio.h> | 26 #include <stdio.h> |
27 | 27 |
28 #include <X11/Xlib.h> | 28 #include <X11/Xlib.h> |
29 #include <Xext/extensions/xf86dga.h> | 29 #include "../Xext/extensions/xf86dga.h" |
30 | 30 |
31 #include "SDL_video.h" | 31 #include "SDL_video.h" |
32 #include "SDL_mouse.h" | 32 #include "SDL_mouse.h" |
33 #include "SDL_sysvideo.h" | 33 #include "../SDL_sysvideo.h" |
34 #include "SDL_pixels_c.h" | 34 #include "../SDL_pixels_c.h" |
35 #include "SDL_events_c.h" | 35 #include "../../events/SDL_events_c.h" |
36 #include "SDL_dgavideo.h" | 36 #include "SDL_dgavideo.h" |
37 #include "SDL_dgamouse_c.h" | 37 #include "SDL_dgamouse_c.h" |
38 #include "SDL_dgaevents_c.h" | 38 #include "SDL_dgaevents_c.h" |
39 | 39 |
40 /* get function pointers... */ | 40 /* get function pointers... */ |