Make screen_show_window() static

It is only used from screen.c now.
This commit is contained in:
Romain Vimont
2021-04-13 22:04:38 +02:00
parent 28f6cbaea6
commit c6d7f5ee96
2 changed files with 1 additions and 5 deletions

View File

@@ -365,7 +365,7 @@ screen_init(struct screen *screen, struct video_buffer *vb,
return true;
}
void
static void
screen_show_window(struct screen *screen) {
SDL_ShowWindow(screen->window);
}