aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/commands.h
diff options
context:
space:
mode:
authorLibravatar Ivan Molodetskikh <yalterz@gmail.com>2019-09-25 13:58:27 +0300
committerLibravatar Simon Ser <contact@emersion.fr>2019-11-17 20:18:42 +0100
commit022df2542baa057b1965a7c7ee9c32e738f637d2 (patch)
treee650befe8f210c0fc44eb8fadf3b125c70a1b01f /include/sway/commands.h
parentAdd -Wno-missing-braces (diff)
downloadsway-022df2542baa057b1965a7c7ee9c32e738f637d2.tar.gz
sway-022df2542baa057b1965a7c7ee9c32e738f637d2.tar.zst
sway-022df2542baa057b1965a7c7ee9c32e738f637d2.zip
output: add max_render_time
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r--include/sway/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index d994ae9b..5d468a42 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -271,6 +271,7 @@ sway_cmd output_cmd_background;
271sway_cmd output_cmd_disable; 271sway_cmd output_cmd_disable;
272sway_cmd output_cmd_dpms; 272sway_cmd output_cmd_dpms;
273sway_cmd output_cmd_enable; 273sway_cmd output_cmd_enable;
274sway_cmd output_cmd_max_render_time;
274sway_cmd output_cmd_mode; 275sway_cmd output_cmd_mode;
275sway_cmd output_cmd_position; 276sway_cmd output_cmd_position;
276sway_cmd output_cmd_scale; 277sway_cmd output_cmd_scale;