diff options
author | emersion <contact@emersion.fr> | 2018-04-29 13:44:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-29 13:44:37 +0100 |
commit | 78e3bc1329e865fe8df2da77693868f38380ab30 (patch) | |
tree | 472f59488b8ae77b5f296de8d17e5ba68d4407fb /sway/meson.build | |
parent | 24ab66d123ab493feb3c2343cbc9d93625b668d7 (diff) | |
parent | 976e6b99b62891a72e48fca21b93708e060c134a (diff) | |
download | sway-78e3bc1329e865fe8df2da77693868f38380ab30.tar.xz |
Merge pull request #1854 from RyanDwyer/refactor-arrange-windows
Refactor arrange_windows()
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 c9bb8f83..146ad4b8 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -105,6 +105,7 @@ sway_sources = files( 'commands/input/xkb_rules.c', 'commands/input/xkb_variant.c', + 'tree/arrange.c', 'tree/container.c', 'tree/layout.c', 'tree/view.c', |