Mercurial > sdl-ios-xcode
diff src/video/SDL_pixels_c.h @ 1670:eef792d31de8 SDL-1.3
Work in progress. :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 07 Jun 2006 16:10:28 +0000 |
parents | 4da1ee79c9af |
children | 396a35389351 |
line wrap: on
line diff
--- a/src/video/SDL_pixels_c.h Mon May 29 05:08:33 2006 +0000 +++ b/src/video/SDL_pixels_c.h Wed Jun 07 16:10:28 2006 +0000 @@ -42,7 +42,7 @@ extern void SDL_FreeBlitMap(SDL_BlitMap * map); /* Miscellaneous functions */ -extern Uint16 SDL_CalculatePitch(SDL_Surface * surface); +extern int SDL_CalculatePitch(SDL_Surface * surface); extern void SDL_DitherColors(SDL_Color * colors, int bpp); extern Uint8 SDL_FindColor(SDL_Palette * pal, Uint8 r, Uint8 g, Uint8 b); extern void SDL_ApplyGamma(Uint16 * gamma, SDL_Color * colors,