Mercurial > sdl-ios-xcode
comparison include/SDL_video.h @ 2120:2c835d58faad
make indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 14 Jun 2007 13:21:29 +0000 |
parents | 0975e24a3670 |
children | 55c7932d1fdb |
comparison
equal
deleted
inserted
replaced
2119:9341a884a4d9 | 2120:2c835d58faad |
---|---|
1298 extern DECLSPEC void SDLCALL SDL_DestroyRenderer(SDL_WindowID windowID); | 1298 extern DECLSPEC void SDLCALL SDL_DestroyRenderer(SDL_WindowID windowID); |
1299 | 1299 |
1300 /* | 1300 /* |
1301 * Maps an RGB triple to an opaque pixel value for a given pixel format | 1301 * Maps an RGB triple to an opaque pixel value for a given pixel format |
1302 */ | 1302 */ |
1303 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat * const format, | 1303 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat * |
1304 const Uint8 r, const Uint8 g, | 1304 const format, const Uint8 r, |
1305 const Uint8 b); | 1305 const Uint8 g, const Uint8 b); |
1306 | 1306 |
1307 /* | 1307 /* |
1308 * Maps an RGBA quadruple to a pixel value for a given pixel format | 1308 * Maps an RGBA quadruple to a pixel value for a given pixel format |
1309 */ | 1309 */ |
1310 extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * const fmt, | 1310 extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * const fmt, |