# HG changeset patch # User Sam Lantinga # Date 1060355321 0 # Node ID 37bb90b3d976cc1ac7e08d06802ee6b19c2a2e35 # Parent f91ded895274cec51480df50a44a77c20fd69c73 *** empty log message *** diff -r f91ded895274 -r 37bb90b3d976 src/video/SDL_gamma.c --- 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;