Merge pull request #3402 from RyanDwyer/refactor-seatops

Refactor seat operations to use an interface
This commit is contained in:
Drew DeVault 2019-01-13 20:38:34 -05:00 committed by GitHub
commit 23ab56bbf7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 924 additions and 646 deletions

View file

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