diff options
author | emersion <contact@emersion.fr> | 2018-04-08 15:11:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-08 15:11:31 -0400 |
commit | 4493761716a37a0ecba596b33cfb7a6dba2d84ba (patch) | |
tree | 0174edd442d4cf11d44cd404bf8b9c0f8aa9768a /sway/meson.build | |
parent | 3679323ce558f15a319d3ace6dc1c2618b816566 (diff) | |
parent | 0e3ddf255ef56b7fe2b868232b80d04ea961120b (diff) | |
download | sway-4493761716a37a0ecba596b33cfb7a6dba2d84ba.tar.xz |
Merge pull request #1781 from swaywm/map-to-output
Add input "identifier" map_to_output "identifier"
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 2521069f..d0730296 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -85,6 +85,7 @@ sway_sources = files( 'commands/input/dwt.c', 'commands/input/events.c', 'commands/input/left_handed.c', + 'commands/input/map_to_output.c', 'commands/input/middle_emulation.c', 'commands/input/natural_scroll.c', 'commands/input/pointer_accel.c', |