Implement output toggle

discussed in #4136, this can't handle wildcard but won't crash.
This commit is contained in:
Moelf 2019-05-10 23:57:53 -07:00 committed by Brian Ashworth
parent 18ce0eec60
commit ed2e553b8d
7 changed files with 60 additions and 0 deletions

View file

@ -19,6 +19,7 @@ static struct cmd_handler output_handlers[] = {
{ "resolution", output_cmd_mode },
{ "scale", output_cmd_scale },
{ "subpixel", output_cmd_subpixel },
{ "toggle", output_cmd_toggle },
{ "transform", output_cmd_transform },
};