# HG changeset patch # User Sam Lantinga # Date 1060200720 0 # Node ID d27aab66c5d639b214e8133dea3187072afbaba0 # Parent abfdc08eb289d229ce57e83392cd29f717836a7a *** empty log message *** diff -r abfdc08eb289 -r d27aab66c5d6 include/SDL_video.h --- 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.