sway

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

commit 3b90b556668376256294c71915327999a688a65e
parent f5e44d4b2c5711862c4bffb37bc15899678c6c19
Author: Brian Ashworth <bosrsf04@gmail.com>
Date:   Tue, 29 May 2018 11:27:04 -0400

Notify of subtree change

Diffstat:
Msway/tree/layout.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sway/tree/layout.c b/sway/tree/layout.c @@ -331,6 +331,7 @@ static void move_out_of_tabs_stacks(struct sway_container *container, } else { arrange_children_of(new_parent); } + container_notify_subtree_changed(new_parent); } void container_move(struct sway_container *container,