diff 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
line wrap: on
line diff
--- a/src/video/x11/SDL_x11video.c	Thu Jun 17 22:23:20 2010 -0700
+++ b/src/video/x11/SDL_x11video.c	Sat Jun 26 08:56:48 2010 -0700
@@ -292,7 +292,7 @@
 }
 
 SDL_bool
-X11_UseDirectColorVisuals()
+X11_UseDirectColorVisuals(void)
 {
     /* Once we implement DirectColor colormaps and gamma ramp support...
        return SDL_getenv("SDL_VIDEO_X11_NODIRECTCOLOR") ? SDL_FALSE : SDL_TRUE;