mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-04 00:46:25 +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;
|
||||
|
@@ -49,6 +49,7 @@
|
||||
#include "SDL_log.h"
|
||||
#include "SDL_platform.h"
|
||||
#include "SDL_thread.h"
|
||||
#include "SDL_system.h"
|
||||
#include "../SDL_thread_c.h"
|
||||
#include "../SDL_systhread.h"
|
||||
#ifdef __ANDROID__
|
||||
|
Reference in New Issue
Block a user