Mercurial > sdl-ios-xcode
comparison src/video/bwindow/SDL_sysvideo.cc @ 1367:e440d5c488c1
Fixes for BeOS and Solaris builds
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 17 Feb 2006 08:43:23 +0000 |
parents | 19418e4422cb |
children | 376665398b25 |
comparison
equal
deleted
inserted
replaced
1366:34d9df784d84 | 1367:e440d5c488c1 |
---|---|
22 | 22 |
23 /* BWindow based framebuffer implementation */ | 23 /* BWindow based framebuffer implementation */ |
24 | 24 |
25 #include <unistd.h> | 25 #include <unistd.h> |
26 | 26 |
27 #include "SDL_BeApp.h" | |
28 #include "SDL_BWin.h" | 27 #include "SDL_BWin.h" |
29 #include "SDL_timer.h" | 28 #include "SDL_timer.h" |
30 | 29 |
31 extern "C" { | 30 extern "C" { |
32 | 31 |
33 #include "../SDL_sysvideo.h" | 32 #include "../SDL_sysvideo.h" |
34 #include "../../events/SDL_sysevents_c.h" | |
35 #include "../../events/SDL_events_c.h" | 33 #include "../../events/SDL_events_c.h" |
34 #include "SDL_sysevents_c.h" | |
36 #include "SDL_sysmouse_c.h" | 35 #include "SDL_sysmouse_c.h" |
37 #include "SDL_syswm_c.h" | 36 #include "SDL_syswm_c.h" |
38 #include "SDL_lowvideo.h" | 37 #include "SDL_lowvideo.h" |
39 #include "../SDL_yuvfuncs.h" | 38 #include "../SDL_yuvfuncs.h" |
40 #include "SDL_sysyuv.h" | 39 #include "SDL_sysyuv.h" |