swayfx/include/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.h Refactor seat operations to use an interface 2019-01-10 22:04:42 +10:00
input-manager.h Verify seat fallback settings on reload 2018-12-30 14:12:36 +01:00
keyboard.h binding: match single-key bindings if no multi-key binding matched 2018-10-29 13:04:19 +00:00
seat.h Refactor seat operations to use an interface 2019-01-10 22:04:42 +10:00