From 89eef225f6b807dfedd1f3c62aeaf5b4e35f58a7 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 8 Aug 2003 15:08:41 +0000 Subject: [PATCH] *** empty log message *** --- src/video/SDL_gamma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/SDL_gamma.c b/src/video/SDL_gamma.c index 9c20d148a..b532947d6 100644 --- a/src/video/SDL_gamma.c +++ b/src/video/SDL_gamma.c @@ -151,7 +151,7 @@ int SDL_GetGamma(float *red, float *green, float *blue) return succeeded; } -int SDL_SetGammaRamp(Uint16 *red, Uint16 *green, Uint16 *blue) +int SDL_SetGammaRamp(const Uint16 *red, const Uint16 *green, const Uint16 *blue) { int succeeded; SDL_VideoDevice *video = current_video;