sway/sway/desktop
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
..
desktop.c Move view {x,y,width,height} into container struct 2018-11-17 21:29:42 +10:00
idle_inhibit_v1.c Fix crash when destroying an idle-inhibiting client 2018-09-16 23:20:58 +10:00
layer_shell.c Minor refactor of input manager 2018-10-20 13:11:43 +10:00
output.c Refactor seat operations to use an interface 2019-01-10 22:04:42 +10:00
render.c Refactor seat operations to use an interface 2019-01-10 22:04:42 +10:00
transaction.c Refactor seat operations to use an interface 2019-01-10 22:04:42 +10:00
xdg_shell.c Refactor seat operations to use an interface 2019-01-10 22:04:42 +10:00
xdg_shell_v6.c Refactor seat operations to use an interface 2019-01-10 22:04:42 +10:00
xwayland.c Refactor seat operations to use an interface 2019-01-10 22:04:42 +10:00