Add --custom to output mode command

This forces to set the mode as a custom mode.
This commit is contained in:
Simon Ser 2019-10-26 22:36:49 +02:00
parent 7efb5d4673
commit 760af53fbd
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 25 additions and 6 deletions

View file

@ -198,6 +198,7 @@ struct output_config {
int enabled;
int width, height;
float refresh_rate;
int custom_mode;
int x, y;
float scale;
int32_t transform;