diff options
author | Ryan Dwyer <[email protected]> | 2018-04-19 13:47:29 +1000 |
---|---|---|
committer | Ryan Dwyer <[email protected]> | 2018-04-19 13:47:29 +1000 |
commit | 9d3739a6f787edee185baa5e0746e72c07f9314f (patch) | |
tree | b9f0c61b3cde9ba7b54967acd8244420649eae19 /sway/meson.build | |
parent | 5b30391383be7e31ae1b213f2a6095bd7a95defc (diff) |
Split repeat commands into separate files.
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sway/meson.build b/sway/meson.build index 7dfda254..4ceb07b4 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -90,7 +90,8 @@ sway_sources = files( 'commands/input/middle_emulation.c', 'commands/input/natural_scroll.c', 'commands/input/pointer_accel.c', - 'commands/input/repeat.c', + 'commands/input/repeat_delay.c', + 'commands/input/repeat_rate.c', 'commands/input/scroll_method.c', 'commands/input/tap.c', 'commands/input/xkb_layout.c', |