Add option to start in fullscreen

Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
Philipp Sandhaus
2018-09-04 15:55:20 +02:00
committed by Romain Vimont
parent 34550311be
commit af9808cf02
3 changed files with 15 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ struct scrcpy_options {
Uint16 max_size;
Uint32 bit_rate;
SDL_bool show_touches;
SDL_bool fullscreen;
};
SDL_bool scrcpy(const struct scrcpy_options *options);