1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-01-15 15:41:59 +01:00
sway-patched-tray-menu/sway/input
Ryan Dwyer ed5aafd90b Refactor seat operations to use an interface
This splits each seat operation (drag/move tiling/floating etc) into a
separate file and introduces a struct sway_seatop_impl to abstract the
operation.

The move_tiling_threshold operation has been merged into move_tiling.

The main logic for each operation is untouched aside from variable
renames.

The following previously-static functions have been made public:
* node_at_coords
* container_raise_floating
* render_rect
* premultiply_alpha
* scale_box
2019-01-10 22:04:42 +10:00
..
cursor.c Refactor seat operations to use an interface 2019-01-10 22:04:42 +10:00
input-manager.c stringop.c: rewrite strip_whitespace 2019-01-01 09:01:24 +00:00
keyboard.c keyboard: update repeat timer before execution 2019-01-09 01:07:29 -05:00
seat.c Refactor seat operations to use an interface 2019-01-10 22:04:42 +10:00
seatop_down.c Refactor seat operations to use an interface 2019-01-10 22:04:42 +10:00
seatop_move_floating.c Refactor seat operations to use an interface 2019-01-10 22:04:42 +10:00
seatop_move_tiling.c Refactor seat operations to use an interface 2019-01-10 22:04:42 +10:00
seatop_resize_floating.c Refactor seat operations to use an interface 2019-01-10 22:04:42 +10:00
seatop_resize_tiling.c Refactor seat operations to use an interface 2019-01-10 22:04:42 +10:00