Mercurial > sdl-ios-xcode
diff include/SDL_video.h @ 665:d27aab66c5d6
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 06 Aug 2003 20:12:00 +0000 |
parents | 864e2d2a9a55 |
children | b8d311d90021 |
line wrap: on
line diff
--- a/include/SDL_video.h Mon Aug 04 01:00:30 2003 +0000 +++ b/include/SDL_video.h Wed Aug 06 20:12:00 2003 +0000 @@ -396,7 +396,7 @@ * hardware does not support gamma translation, or otherwise fails, * this function will return -1. */ -extern DECLSPEC int SDLCALL SDL_SetGammaRamp(Uint16 *red, Uint16 *green, Uint16 *blue); +extern DECLSPEC int SDLCALL SDL_SetGammaRamp(const Uint16 *red, const Uint16 *green, const Uint16 *blue); /* * Retrieve the current values of the gamma translation tables.