comparison src/video/x11/SDL_x11video.c @ 4746:0c39b36dd104

Merge
author dewyatt
date Tue, 06 Jul 2010 02:07:42 -0400
parents 791b3256fb22
children 15d2c6f40c48
comparison
equal deleted inserted replaced
4745:0aaa54fbd2bc 4746:0c39b36dd104
290 X11_QuitKeyboard(_this); 290 X11_QuitKeyboard(_this);
291 X11_QuitMouse(_this); 291 X11_QuitMouse(_this);
292 } 292 }
293 293
294 SDL_bool 294 SDL_bool
295 X11_UseDirectColorVisuals() 295 X11_UseDirectColorVisuals(void)
296 { 296 {
297 /* Once we implement DirectColor colormaps and gamma ramp support... 297 /* Once we implement DirectColor colormaps and gamma ramp support...
298 return SDL_getenv("SDL_VIDEO_X11_NODIRECTCOLOR") ? SDL_FALSE : SDL_TRUE; 298 return SDL_getenv("SDL_VIDEO_X11_NODIRECTCOLOR") ? SDL_FALSE : SDL_TRUE;
299 */ 299 */
300 return SDL_FALSE; 300 return SDL_FALSE;