comparison include/SDL_compat.h @ 3040:62d4992e5a92

indent
author Sam Lantinga <slouken@libsdl.org>
date Wed, 14 Jan 2009 04:25:32 +0000
parents 0e821769fc51
children c5b2884c26b4
comparison
equal deleted inserted replaced
3039:829043b363d1 3040:62d4992e5a92
226 extern DECLSPEC char *SDLCALL SDL_VideoDriverName(char *namebuf, int maxlen); 226 extern DECLSPEC char *SDLCALL SDL_VideoDriverName(char *namebuf, int maxlen);
227 extern DECLSPEC const SDL_VideoInfo *SDLCALL SDL_GetVideoInfo(void); 227 extern DECLSPEC const SDL_VideoInfo *SDLCALL SDL_GetVideoInfo(void);
228 extern DECLSPEC int SDLCALL SDL_VideoModeOK(int width, 228 extern DECLSPEC int SDLCALL SDL_VideoModeOK(int width,
229 int height, 229 int height,
230 int bpp, Uint32 flags); 230 int bpp, Uint32 flags);
231 extern DECLSPEC SDL_Rect **SDLCALL SDL_ListModes(const SDL_PixelFormat * format, Uint32 flags); 231 extern DECLSPEC SDL_Rect **SDLCALL SDL_ListModes(const SDL_PixelFormat *
232 extern DECLSPEC SDL_Surface *SDLCALL SDL_SetVideoMode(int width, 232 format, Uint32 flags);
233 int height, 233 extern DECLSPEC SDL_Surface *SDLCALL SDL_SetVideoMode(int width, int height,
234 int bpp, Uint32 flags); 234 int bpp, Uint32 flags);
235 extern DECLSPEC SDL_Surface *SDLCALL SDL_GetVideoSurface(void); 235 extern DECLSPEC SDL_Surface *SDLCALL SDL_GetVideoSurface(void);
236 extern DECLSPEC void SDLCALL SDL_UpdateRects(SDL_Surface * screen, 236 extern DECLSPEC void SDLCALL SDL_UpdateRects(SDL_Surface * screen,
237 int numrects, SDL_Rect * rects); 237 int numrects, SDL_Rect * rects);
238 extern DECLSPEC void SDLCALL SDL_UpdateRect(SDL_Surface * screen, 238 extern DECLSPEC void SDLCALL SDL_UpdateRect(SDL_Surface * screen,