mirror of
https://github.com/yawut/SDL.git
synced 2026-08-24 01:35:39 -05:00
Don't generate a spurious error on SDL_InitVideo()
This commit is contained in:
@@ -109,7 +109,6 @@ static int X11_GetGammaNoLock(_THIS, float *red, float *green, float *blue)
|
||||
return -1;
|
||||
}
|
||||
#endif
|
||||
SDL_SetError("Gamma correction not supported");
|
||||
return -1;
|
||||
}
|
||||
int X11_GetVidModeGamma(_THIS, float *red, float *green, float *blue)
|
||||
|
||||
Reference in New Issue
Block a user