Mercurial > sdl-ios-xcode
comparison src/video/directfb/SDL_DirectFB_video.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 |
---|---|
34 #include <directfb.h> | 34 #include <directfb.h> |
35 #include <directfb_version.h> | 35 #include <directfb_version.h> |
36 | 36 |
37 #include "SDL_video.h" | 37 #include "SDL_video.h" |
38 #include "SDL_mouse.h" | 38 #include "SDL_mouse.h" |
39 #include "SDL_sysvideo.h" | 39 #include "../SDL_sysvideo.h" |
40 #include "SDL_pixels_c.h" | 40 #include "../SDL_pixels_c.h" |
41 #include "SDL_events_c.h" | 41 #include "../../events/SDL_events_c.h" |
42 #include "SDL_DirectFB_video.h" | 42 #include "SDL_DirectFB_video.h" |
43 #include "SDL_DirectFB_events.h" | 43 #include "SDL_DirectFB_events.h" |
44 #include "SDL_DirectFB_yuv.h" | 44 #include "SDL_DirectFB_yuv.h" |
45 | 45 |
46 /* The implementation dependent data for the window manager cursor */ | 46 /* The implementation dependent data for the window manager cursor */ |