Mercurial > sdl-ios-xcode
comparison src/video/SDL_pixels_c.h @ 2990:502adab079a4
indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 04 Jan 2009 17:14:27 +0000 |
parents | e4a469d6ddab |
children | f7b03b6838cb |
comparison
equal
deleted
inserted
replaced
2989:aba5a5cc2e63 | 2990:502adab079a4 |
---|---|
27 | 27 |
28 /* Pixel format functions */ | 28 /* Pixel format functions */ |
29 extern SDL_PixelFormat *SDL_AllocFormat(int bpp, | 29 extern SDL_PixelFormat *SDL_AllocFormat(int bpp, |
30 Uint32 Rmask, Uint32 Gmask, | 30 Uint32 Rmask, Uint32 Gmask, |
31 Uint32 Bmask, Uint32 Amask); | 31 Uint32 Bmask, Uint32 Amask); |
32 extern SDL_PixelFormat *SDL_InitFormat(SDL_PixelFormat *format, int bpp, | 32 extern SDL_PixelFormat *SDL_InitFormat(SDL_PixelFormat * format, int bpp, |
33 Uint32 Rmask, Uint32 Gmask, | 33 Uint32 Rmask, Uint32 Gmask, |
34 Uint32 Bmask, Uint32 Amask); | 34 Uint32 Bmask, Uint32 Amask); |
35 extern void SDL_FormatChanged(SDL_Surface * surface); | 35 extern void SDL_FormatChanged(SDL_Surface * surface); |
36 extern void SDL_FreeFormat(SDL_PixelFormat * format); | 36 extern void SDL_FreeFormat(SDL_PixelFormat * format); |
37 | 37 |
38 /* Blit mapping functions */ | 38 /* Blit mapping functions */ |
39 extern SDL_BlitMap *SDL_AllocBlitMap(void); | 39 extern SDL_BlitMap *SDL_AllocBlitMap(void); |