Add output modeline command

Only works with DRM backend.
This commit is contained in:
David Rosca 2021-07-18 12:05:47 +02:00 committed by Simon Ser
parent daaec72ac0
commit 57d6f6f19e
6 changed files with 94 additions and 1 deletions

View file

@ -15,6 +15,7 @@ static const struct cmd_handler output_handlers[] = {
{ "enable", output_cmd_enable },
{ "max_render_time", output_cmd_max_render_time },
{ "mode", output_cmd_mode },
{ "modeline", output_cmd_modeline },
{ "pos", output_cmd_position },
{ "position", output_cmd_position },
{ "res", output_cmd_mode },