Add option --window-title

Add an option to set a custom window title.

Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
beango1
2019-06-23 13:02:34 -04:00
committed by Romain Vimont
parent 056e47e752
commit 8e65c10720
5 changed files with 20 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ struct scrcpy_options {
const char *serial;
const char *crop;
const char *record_filename;
const char *window_title;
enum recorder_format record_format;
uint16_t port;
uint16_t max_size;