Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
3012:7e30c2dc7783 | 3013:8cc00819c8d6 |
---|---|
269 } | 269 } |
270 | 270 |
271 SDL_bool | 271 SDL_bool |
272 X11_UseDirectColorVisuals() | 272 X11_UseDirectColorVisuals() |
273 { | 273 { |
274 return SDL_getenv("SDL_VIDEO_X11_NODIRECTCOLOR") ? SDL_FALSE : SDL_TRUE; | 274 /* Once we implement DirectColor colormaps and gamma ramp support... |
275 return SDL_getenv("SDL_VIDEO_X11_NODIRECTCOLOR") ? SDL_FALSE : SDL_TRUE; | |
276 */ | |
277 return SDL_FALSE; | |
275 } | 278 } |
276 | 279 |
277 /* vim: set ts=4 sw=4 expandtab: */ | 280 /* vim: set ts=4 sw=4 expandtab: */ |