Add --list-device-displays

This commit is contained in:
Romain Vimont
2023-02-23 23:10:15 +01:00
parent 63bc6d1053
commit 243c8cf1b3
13 changed files with 68 additions and 27 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 {