From ed9b46434abd9a79a5ad08c1c5f9df2e61101317 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 6 Aug 2003 20:12:00 +0000 Subject: [PATCH] *** empty log message *** --- include/SDL_video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_video.h b/include/SDL_video.h index 95686dc20..1803facc4 100644 --- a/include/SDL_video.h +++ b/include/SDL_video.h @@ -396,7 +396,7 @@ extern DECLSPEC int SDLCALL SDL_SetGamma(float red, float green, float blue); * 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.