mirror of
https://github.com/swaywm/sway.git
synced 2025-11-23 06:59:48 -05:00
Merge pull request #3402 from RyanDwyer/refactor-seatops
Refactor seat operations to use an interface
This commit is contained in:
commit
23ab56bbf7
19 changed files with 924 additions and 646 deletions
|
|
@ -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',
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue