changeset 669:37bb90b3d976

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Fri, 08 Aug 2003 15:08:41 +0000
parents f91ded895274
children b8679559e432
files src/video/SDL_gamma.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;