*** empty log message ***
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40670
This commit is contained in:
parent
85807b7e5b
commit
ffc870503e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue