sway-patched-tray-menu-github/sway/tree
Ronan Pigott 633d409b88 container: rehome the container_swap function into container.c
This function was already declared in container.h but defined in
commands/swap.c for some unknown reason. Everything in commands/ assumes
the handler context has been set appropriately by the command preludes
but this function snuck its way into seatop_* which doesn't set anything
in the handler context.

The fact that the seatop drag actions manipulate the focus without
custody of the seat means they are definitely very broken in multiseat.
2023-02-19 20:07:39 -05:00
..
arrange.c chore: chase wlr_output_layout_get_box() update 2022-01-31 11:44:03 +01:00
container.c container: rehome the container_swap function into container.c 2023-02-19 20:07:39 -05:00
node.c node: prettify node type names 2022-11-26 09:48:58 +01:00
output.c Use wlr_damage_ring 2022-11-11 16:29:04 +01:00
root.c root: free non_desktop_outputs list on root_destroy 2023-02-02 09:39:58 +01:00
view.c Introduce surface_{enter,leave}_output() 2023-02-10 20:36:15 +01:00
workspace.c workspace_create: Don't allow NULL name 2022-11-11 23:44:03 +01:00