mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-22 19:18:30 +00:00
Mark internal function as static
This commit is contained in:
@@ -808,7 +808,7 @@ SDL_FlushEvents(Uint32 minType, Uint32 maxType)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Run the system dependent event loops */
|
/* Run the system dependent event loops */
|
||||||
void
|
static void
|
||||||
SDL_PumpEventsInternal(SDL_bool push_sentinel)
|
SDL_PumpEventsInternal(SDL_bool push_sentinel)
|
||||||
{
|
{
|
||||||
SDL_VideoDevice *_this = SDL_GetVideoDevice();
|
SDL_VideoDevice *_this = SDL_GetVideoDevice();
|
||||||
|
Reference in New Issue
Block a user