Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 8, 2003
1 parent 028e4a4 commit 89eef22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/SDL_gamma.c
Expand Up @@ -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;
Expand Down

0 comments on commit 89eef22

Please sign in to comment.