Use positive options names internally
For clarity, store the flag resulting of the command-line options --no-control and --no-display into "control" and "display".
This commit is contained in:
@@ -16,8 +16,8 @@ struct scrcpy_options {
|
||||
bool show_touches;
|
||||
bool fullscreen;
|
||||
bool always_on_top;
|
||||
bool no_control;
|
||||
bool no_display;
|
||||
bool control;
|
||||
bool display;
|
||||
};
|
||||
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user