2
0
mirror of https://github.com/Genymobile/scrcpy synced 2025-09-02 07:15:30 +00:00

Add --list-displays

Add an option to list the device displays properly.
This commit is contained in:
Romain Vimont
2023-02-23 23:10:15 +01:00
parent 2596ca02f0
commit b65301f672
14 changed files with 69 additions and 28 deletions

View File

@@ -155,6 +155,7 @@ struct scrcpy_options {
bool power_on;
bool audio;
bool list_encoders;
bool list_displays;
};
extern const struct scrcpy_options scrcpy_options_default;