Mercurial > sdl-ios-xcode
diff src/video/x11/SDL_x11video.c @ 3011:8f4ed5ec2b06
I ran a global "make indent" it modified the following files.
author | Bob Pendleton <bob@pendleton.com> |
---|---|
date | Fri, 09 Jan 2009 20:43:30 +0000 |
parents | e4a469d6ddab |
children | 8cc00819c8d6 |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11video.c Fri Jan 09 20:41:31 2009 +0000 +++ b/src/video/x11/SDL_x11video.c Fri Jan 09 20:43:30 2009 +0000 @@ -271,10 +271,7 @@ SDL_bool X11_UseDirectColorVisuals() { - /* Once we implement DirectColor colormaps and gamma ramp support... - return SDL_getenv("SDL_VIDEO_X11_NODIRECTCOLOR") ? SDL_FALSE : SDL_TRUE; - */ - return SDL_FALSE; + return SDL_getenv("SDL_VIDEO_X11_NODIRECTCOLOR") ? SDL_FALSE : SDL_TRUE; } /* vim: set ts=4 sw=4 expandtab: */