Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Don't generate a spurious error on SDL_InitVideo()
- Loading branch information
Showing
with
0 additions
and
1 deletion.
-
+0
−1
src/video/x11/SDL_x11gamma.c
|
@@ -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) |
|
|