Warnings: fix a documentation warning and missing prototypes
This commit is contained in:
parent
4011395e4a
commit
56c63a1dac
4 changed files with 5 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue