aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Tadeo Kondrak <me@tadeo.ca>2019-10-28 18:26:00 -0600
committerLibravatar Simon Ser <contact@emersion.fr>2019-11-17 13:34:24 +0100
commit4829f1c26a521a4ef6659d91505112cc0be8d237 (patch)
tree4e0987c668241600401755630afe40c3879ca06a /sway/meson.build
parentxwayland: get_constraints using size hints (diff)
downloadsway-4829f1c26a521a4ef6659d91505112cc0be8d237.tar.gz
sway-4829f1c26a521a4ef6659d91505112cc0be8d237.tar.zst
sway-4829f1c26a521a4ef6659d91505112cc0be8d237.zip
Implement input map_to_region command
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 24628100..8fcf841c 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -150,6 +150,7 @@ sway_sources = files(
150 'commands/input/left_handed.c', 150 'commands/input/left_handed.c',
151 'commands/input/map_from_region.c', 151 'commands/input/map_from_region.c',
152 'commands/input/map_to_output.c', 152 'commands/input/map_to_output.c',
153 'commands/input/map_to_region.c',
153 'commands/input/middle_emulation.c', 154 'commands/input/middle_emulation.c',
154 'commands/input/natural_scroll.c', 155 'commands/input/natural_scroll.c',
155 'commands/input/pointer_accel.c', 156 'commands/input/pointer_accel.c',