aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-05-28 10:30:11 +0100
committerLibravatar GitHub <noreply@github.com>2018-05-28 10:30:11 +0100
commit1071785f56676218a059e4d6fa10def630e5129b (patch)
treef3ec325fc9e67af920c94454e2f6f2a5766d8b88 /sway/meson.build
parentMerge pull request #2058 from RyanDwyer/refactor-parse-title-format (diff)
parentImplement focus_wrapping (diff)
downloadsway-1071785f56676218a059e4d6fa10def630e5129b.tar.gz
sway-1071785f56676218a059e4d6fa10def630e5129b.tar.zst
sway-1071785f56676218a059e4d6fa10def630e5129b.zip
Merge pull request #2060 from RedSoxFan/focus-wrapping
Implement focus_wrapping
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 9c942e8e..76c312ba 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -38,6 +38,7 @@ sway_sources = files(
38 'commands/exec_always.c', 38 'commands/exec_always.c',
39 'commands/focus.c', 39 'commands/focus.c',
40 'commands/focus_follows_mouse.c', 40 'commands/focus_follows_mouse.c',
41 'commands/focus_wrapping.c',
41 'commands/font.c', 42 'commands/font.c',
42 'commands/for_window.c', 43 'commands/for_window.c',
43 'commands/fullscreen.c', 44 'commands/fullscreen.c',