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