diff src/video/SDL_sysvideo.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 fb905d5674cc
children dbbfdb9ea716 22aa6a631d34
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h	Thu Jun 17 22:23:20 2010 -0700
+++ b/src/video/SDL_sysvideo.h	Sat Jun 26 08:56:48 2010 -0700
@@ -418,7 +418,7 @@
 #define SDL_CurrentDisplay	(&_this->displays[_this->current_display])
 #define SDL_CurrentRenderer	(SDL_CurrentDisplay->current_renderer)
 
-extern SDL_VideoDevice *SDL_GetVideoDevice();
+extern SDL_VideoDevice *SDL_GetVideoDevice(void);
 extern int SDL_AddBasicVideoDisplay(const SDL_DisplayMode * desktop_mode);
 extern int SDL_AddVideoDisplay(const SDL_VideoDisplay * display);
 extern SDL_bool SDL_AddDisplayMode(SDL_VideoDisplay *display, const SDL_DisplayMode * mode);