Warnings: fix a documentation warning and missing prototypes

This commit is contained in:
Sylvain Becker
2018-12-05 16:13:12 +01:00
parent db320e460a
commit 6259a72636
4 changed files with 5 additions and 4 deletions

View File

@@ -820,7 +820,7 @@ SW_CreateRendererForSurface(SDL_Surface * surface)
return renderer;
}
SDL_Renderer *
static SDL_Renderer *
SW_CreateRenderer(SDL_Window * window, Uint32 flags)
{
SDL_Surface *surface;