Mercurial > sdl-ios-xcode
diff src/video/x11/SDL_x11video.h @ 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 | 3e69e077cb95 |
children | 15d2c6f40c48 |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11video.h Thu Jun 17 22:23:20 2010 -0700 +++ b/src/video/x11/SDL_x11video.h Sat Jun 26 08:56:48 2010 -0700 @@ -71,7 +71,7 @@ SDL_scancode key_layout[256]; } SDL_VideoData; -extern SDL_bool X11_UseDirectColorVisuals(); +extern SDL_bool X11_UseDirectColorVisuals(void); #endif /* _SDL_x11video_h */