diff options
author | Ryan Dwyer <ryandwyer1@gmail.com> | 2018-07-11 22:16:48 +1000 |
---|---|---|
committer | Ryan Dwyer <ryandwyer1@gmail.com> | 2018-07-11 22:16:48 +1000 |
commit | f2d1cf3ceb9ca7198aba89245fafad42f16edb8e (patch) | |
tree | 693908491b4b01cd5589dc4e8adc49726c87fef1 /sway/meson.build | |
parent | 73084c5fa6d9fd7693e4dd5b369e79667ba8dfbe (diff) |
Implement floating_minimum_size and floating_maximum_size
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 e492aeee..72192917 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -40,6 +40,7 @@ sway_sources = files( 'commands/exec.c', 'commands/exec_always.c', 'commands/floating.c', + 'commands/floating_minmax_size.c', 'commands/focus.c', 'commands/focus_follows_mouse.c', 'commands/focus_wrapping.c', |