Mercurial > sdl-ios-xcode
comparison src/video/macdsp/SDL_dspvideo.c @ 1424:7a610f25c12f
Updated MacOS Classic MPW build
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 24 Feb 2006 09:57:14 +0000 |
parents | d910939febfa |
children | 8d9bb0cf2c2a |
comparison
equal
deleted
inserted
replaced
1423:4ed717f9e509 | 1424:7a610f25c12f |
---|---|
142 #include "SDL_syswm.h" | 142 #include "SDL_syswm.h" |
143 #include "../SDL_sysvideo.h" | 143 #include "../SDL_sysvideo.h" |
144 #include "../SDL_blit.h" | 144 #include "../SDL_blit.h" |
145 #include "../SDL_pixels_c.h" | 145 #include "../SDL_pixels_c.h" |
146 #include "SDL_dspvideo.h" | 146 #include "SDL_dspvideo.h" |
147 #include "SDL_macgl_c.h" | 147 #include "../maccommon/SDL_macgl_c.h" |
148 #include "SDL_macwm_c.h" | 148 #include "../maccommon/SDL_macwm_c.h" |
149 #include "SDL_macmouse_c.h" | 149 #include "../maccommon/SDL_macmouse_c.h" |
150 #include "SDL_macevents_c.h" | 150 #include "../maccommon/SDL_macevents_c.h" |
151 | 151 |
152 /* Initialization/Query functions */ | 152 /* Initialization/Query functions */ |
153 static int DSp_VideoInit(_THIS, SDL_PixelFormat *vformat); | 153 static int DSp_VideoInit(_THIS, SDL_PixelFormat *vformat); |
154 static SDL_Rect **DSp_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); | 154 static SDL_Rect **DSp_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); |
155 static SDL_Surface *DSp_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags); | 155 static SDL_Surface *DSp_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags); |