Split repeat commands into separate files.

This commit is contained in:
Ryan Dwyer 2018-04-19 13:47:29 +10:00
parent 5b30391383
commit 9d3739a6f7
3 changed files with 32 additions and 26 deletions

View file

@ -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',