Sfoglia il codice sorgente

Mark internal function as static

Sam Lantinga 3 anni fa
parent
commit
d8129c5698
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/events/SDL_events.c

+ 1 - 1
src/events/SDL_events.c

@@ -808,7 +808,7 @@ SDL_FlushEvents(Uint32 minType, Uint32 maxType)
 }
 
 /* Run the system dependent event loops */
-void
+static void
 SDL_PumpEventsInternal(SDL_bool push_sentinel)
 {
     SDL_VideoDevice *_this = SDL_GetVideoDevice();