Mark internal function as static
parent
3e1b3bc344
commit
d8129c5698
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue