sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 7733bf9963d6a18df548164642e6637c2e71f1f1
parent 3f0b3f8f9b3b737fd0e6d36e2a2c469b07268ec2
Author: Filip Vujičić <filip@vujicic.com>
Date:   Mon, 14 Apr 2025 20:58:20 +1200

Remove duplicate arrange_container

Diffstat:
Msway/desktop/transaction.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/sway/desktop/transaction.c b/sway/desktop/transaction.c @@ -375,7 +375,6 @@ static void arrange_children(enum sway_container_layout layout, list_t *children wlr_scene_node_set_enabled(&child->border.tree->node, true); wlr_scene_node_set_position(&child->scene_tree->node, off, 0); wlr_scene_node_reparent(&child->scene_tree->node, content); - arrange_container(child, cwidth, height, true, gaps); if (cwidth > 0 && height > 0) { arrange_container(child, cwidth, height, true, gaps); off += cwidth + gaps;