Mercurial > sdl-ios-xcode
comparison src/video/macrom/SDL_romvideo.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 |
---|---|
44 | 44 |
45 #include "SDL_video.h" | 45 #include "SDL_video.h" |
46 #include "SDL_syswm.h" | 46 #include "SDL_syswm.h" |
47 #include "../SDL_sysvideo.h" | 47 #include "../SDL_sysvideo.h" |
48 #include "SDL_romvideo.h" | 48 #include "SDL_romvideo.h" |
49 #include "SDL_macgl_c.h" | 49 #include "../maccommon/SDL_macgl_c.h" |
50 #include "SDL_macwm_c.h" | 50 #include "../maccommon/SDL_macwm_c.h" |
51 #include "SDL_macmouse_c.h" | 51 #include "../maccommon/SDL_macmouse_c.h" |
52 #include "SDL_macevents_c.h" | 52 #include "../maccommon/SDL_macevents_c.h" |
53 | 53 |
54 /* Initialization/Query functions */ | 54 /* Initialization/Query functions */ |
55 static int ROM_VideoInit(_THIS, SDL_PixelFormat *vformat); | 55 static int ROM_VideoInit(_THIS, SDL_PixelFormat *vformat); |
56 static SDL_Rect **ROM_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); | 56 static SDL_Rect **ROM_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); |
57 static SDL_Surface *ROM_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags); | 57 static SDL_Surface *ROM_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags); |