aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/layout.c
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-04-07 18:01:18 -0400
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-04-07 18:01:18 -0400
commit9db859585e79d468ff79f41db6bc0950fb285a5a (patch)
tree69aea42c2203468654c95ec93c59268520acc2d1 /sway/tree/layout.c
parentimplement ipc focus stack (diff)
downloadsway-9db859585e79d468ff79f41db6bc0950fb285a5a.tar.gz
sway-9db859585e79d468ff79f41db6bc0950fb285a5a.tar.zst
sway-9db859585e79d468ff79f41db6bc0950fb285a5a.zip
container_create_notify on split
Diffstat (limited to 'sway/tree/layout.c')
-rw-r--r--sway/tree/layout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/tree/layout.c b/sway/tree/layout.c
index ce4457b1..ae76ca26 100644
--- a/sway/tree/layout.c
+++ b/sway/tree/layout.c
@@ -251,6 +251,7 @@ static void workspace_rejigger(struct sway_container *ws,
251 container_flatten(ws); 251 container_flatten(ws);
252 container_reap_empty_recursive(original_parent); 252 container_reap_empty_recursive(original_parent);
253 wl_signal_emit(&child->events.reparent, original_parent); 253 wl_signal_emit(&child->events.reparent, original_parent);
254 container_create_notify(new_parent);
254 arrange_windows(ws, -1, -1); 255 arrange_windows(ws, -1, -1);
255} 256}
256 257