diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-01-13 20:38:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-13 20:38:34 -0500 |
commit | 23ab56bbf746e7aa4a940caa343d447a969fa37e (patch) | |
tree | 087201fd4d39c3a551c925c4f5479311e10e6623 /sway/meson.build | |
parent | 08569aab36837bf1a43c9c7c8445aa13dc78a814 (diff) | |
parent | ed5aafd90bd850ad27dcb36ac4438ed926480394 (diff) |
Merge pull request #3402 from RyanDwyer/refactor-seatops
Refactor seat operations to use an interface
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build index ab5862c5..b49d550a 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -23,6 +23,11 @@ sway_sources = files( 'input/input-manager.c', 'input/seat.c', + 'input/seatop_down.c', + 'input/seatop_move_floating.c', + 'input/seatop_move_tiling.c', + 'input/seatop_resize_floating.c', + 'input/seatop_resize_tiling.c', 'input/cursor.c', 'input/keyboard.c', |