comparison src/video/x11/SDL_x11video.c @ 4472:791b3256fb22

Mostly cleaned up warnings with -Wmissing-prototypes
author Sam Lantinga <slouken@libsdl.org>
date Sat, 26 Jun 2010 08:56:48 -0700
parents c0f2a1e6f0cd
children 15d2c6f40c48
comparison
equal deleted inserted replaced
4471:11cedc036ca1 4472:791b3256fb22
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;