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 committed by Brian Ashworth
parent eaee087c17
commit 38b37247ff
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;