comparison 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
comparison
equal deleted inserted replaced
668:f91ded895274 669:37bb90b3d976
149 succeeded = video->GetGamma(this, red, green, blue); 149 succeeded = video->GetGamma(this, red, green, blue);
150 } 150 }
151 return succeeded; 151 return succeeded;
152 } 152 }
153 153
154 int SDL_SetGammaRamp(Uint16 *red, Uint16 *green, Uint16 *blue) 154 int SDL_SetGammaRamp(const Uint16 *red, const Uint16 *green, const Uint16 *blue)
155 { 155 {
156 int succeeded; 156 int succeeded;
157 SDL_VideoDevice *video = current_video; 157 SDL_VideoDevice *video = current_video;
158 SDL_VideoDevice *this = current_video; 158 SDL_VideoDevice *this = current_video;
159 SDL_Surface *screen = SDL_PublicSurface; 159 SDL_Surface *screen = SDL_PublicSurface;