mirror of
https://github.com/yawut/SDL.git
synced 2026-08-02 16:33:52 -05:00
*** empty log message ***
This commit is contained in:
parent
5176066edf
commit
7b474f42d2
|
|
@ -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…
Reference in New Issue
Block a user