diff options
author | Drew DeVault <[email protected]> | 2018-03-31 15:32:29 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2018-03-31 15:32:29 -0400 |
commit | 122b96abed9955f78e3f157167d34312f5bb551d (patch) | |
tree | fdcb6ffc0520145a029118aec443eb2199981d77 /sway/meson.build | |
parent | 543081ab1c050654a11b899f276b273acd91b43b (diff) | |
parent | f2332dc75c05a62f87ba290433f12f4ce7f467ec (diff) |
Merge pull request #1684 from swaywm/follow-warp
Implement focus_follows_mouse, mouse_warping
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build index e8a192f0..0cc620ea 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -13,6 +13,7 @@ sway_sources = files( 'commands/exec.c', 'commands/exec_always.c', 'commands/focus.c', + 'commands/focus_follows_mouse.c', 'commands/kill.c', 'commands/include.c', 'commands/input.c', @@ -63,6 +64,7 @@ sway_sources = files( 'commands/input/xkb_options.c', 'commands/input/xkb_rules.c', 'commands/input/xkb_variant.c', + 'commands/mouse_warping.c', 'commands/output.c', 'commands/reload.c', 'commands/workspace.c', |