Mercurial > sdl-ios-xcode
changeset 232:678e3ed01019
Don't generate a spurious error on SDL_InitVideo()
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 06 Nov 2001 00:15:04 +0000 |
parents | bab3188293cb |
children | 5b42a7f5fab3 |
files | src/video/x11/SDL_x11gamma.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11gamma.c Sun Nov 04 19:27:03 2001 +0000 +++ b/src/video/x11/SDL_x11gamma.c Tue Nov 06 00:15:04 2001 +0000 @@ -109,7 +109,6 @@ return -1; } #endif - SDL_SetError("Gamma correction not supported"); return -1; } int X11_GetVidModeGamma(_THIS, float *red, float *green, float *blue)