diff src/video/SDL_gamma.c @ 669:37bb90b3d976

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Fri, 08 Aug 2003 15:08:41 +0000
parents f6ffac90895c
children b8d311d90021
line wrap: on
line diff
--- a/src/video/SDL_gamma.c	Fri Aug 08 15:01:14 2003 +0000
+++ b/src/video/SDL_gamma.c	Fri Aug 08 15:08:41 2003 +0000
@@ -151,7 +151,7 @@
 	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;