mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-03 08:28:29 +00:00
Warnings: fix a documentation warning and missing prototypes
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user