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 46169618a5
commit eb39365737
14 changed files with 69 additions and 28 deletions

View File

@@ -56,6 +56,7 @@ struct sc_server_params {
bool cleanup;
bool power_on;
bool list_encoders;
bool list_displays;
};
struct sc_server {