Make screen_show_window() static
It is only used from screen.c now.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user