diff options
author | Brian Ashworth <RedSoxFan@users.noreply.github.com> | 2018-09-03 00:24:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-03 00:24:28 -0400 |
commit | afb69688746b04d7667e1d57d9ac844bd2671570 (patch) | |
tree | f950fd298c335abd992005a26029dbfba8010136 /sway/meson.build | |
parent | 349d1f3be87ad9fd49482f64c71eb2665750261b (diff) | |
parent | 3af9588eb4aab0b4f45edf2601c9a7ff0846861f (diff) | |
download | sway-afb69688746b04d7667e1d57d9ac844bd2671570.tar.xz |
Merge branch 'master' into disabled-no-modeset
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 bcb44e8b..c14e58dd 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -46,6 +46,7 @@ sway_sources = files( 'commands/floating_modifier.c', 'commands/focus.c', 'commands/focus_follows_mouse.c', + 'commands/focus_on_window_activation.c', 'commands/focus_wrapping.c', 'commands/font.c', 'commands/for_window.c', |