diff options
author | Ivan Molodetskikh <[email protected]> | 2019-09-25 13:58:27 +0300 |
---|---|---|
committer | Simon Ser <[email protected]> | 2019-11-17 20:18:42 +0100 |
commit | 022df2542baa057b1965a7c7ee9c32e738f637d2 (patch) | |
tree | e650befe8f210c0fc44eb8fadf3b125c70a1b01f /sway/meson.build | |
parent | cb905effde03b19b3e32aaf6ea1fee1ed82c9f33 (diff) |
output: add max_render_time
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build index 8fcf841c..76a31d73 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -175,6 +175,7 @@ sway_sources = files( 'commands/output/disable.c', 'commands/output/dpms.c', 'commands/output/enable.c', + 'commands/output/max_render_time.c', 'commands/output/mode.c', 'commands/output/position.c', 'commands/output/scale.c', |