mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-12-18 22:14:20 +01:00
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