diff src/video/x11/SDL_x11video.c @ 3013:8cc00819c8d6

Reverted Bob's indent checkin
author Sam Lantinga <slouken@libsdl.org>
date Sat, 10 Jan 2009 21:50:26 +0000
parents 8f4ed5ec2b06
children 54fac87e1f34
line wrap: on
line diff
--- a/src/video/x11/SDL_x11video.c	Sat Jan 10 18:32:24 2009 +0000
+++ b/src/video/x11/SDL_x11video.c	Sat Jan 10 21:50:26 2009 +0000
@@ -271,7 +271,10 @@
 SDL_bool
 X11_UseDirectColorVisuals()
 {
-    return SDL_getenv("SDL_VIDEO_X11_NODIRECTCOLOR") ? SDL_FALSE : SDL_TRUE;
+    /* Once we implement DirectColor colormaps and gamma ramp support...
+       return SDL_getenv("SDL_VIDEO_X11_NODIRECTCOLOR") ? SDL_FALSE : SDL_TRUE;
+     */
+    return SDL_FALSE;
 }
 
 /* vim: set ts=4 sw=4 expandtab: */