Define default options as const struct
This is more readable than a macro, and we could ifdef some fields.
This commit is contained in:
@@ -48,7 +48,7 @@ main(int argc, char *argv[]) {
|
||||
#endif
|
||||
|
||||
struct scrcpy_cli_args args = {
|
||||
.opts = SCRCPY_OPTIONS_DEFAULT,
|
||||
.opts = scrcpy_options_default,
|
||||
.help = false,
|
||||
.version = false,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user