mirror of
https://github.com/swaywm/sway.git
synced 2026-04-05 07:15:41 -04:00
output: add max_render_time
This commit is contained in:
parent
cb905effde
commit
022df2542b
10 changed files with 166 additions and 22 deletions
|
|
@ -12,6 +12,7 @@ static struct cmd_handler output_handlers[] = {
|
|||
{ "disable", output_cmd_disable },
|
||||
{ "dpms", output_cmd_dpms },
|
||||
{ "enable", output_cmd_enable },
|
||||
{ "max_render_time", output_cmd_max_render_time },
|
||||
{ "mode", output_cmd_mode },
|
||||
{ "pos", output_cmd_position },
|
||||
{ "position", output_cmd_position },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue