diff options
Diffstat (limited to 'sway/focus.c')
-rw-r--r-- | sway/focus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/focus.c b/sway/focus.c index 0d9ee7e3..ff064b72 100644 --- a/sway/focus.c +++ b/sway/focus.c @@ -152,7 +152,7 @@ bool set_focused_container(swayc_t *c) { } // rearrange if parent container is tabbed/stacked - swayc_t *parent = swayc_tabbed_stacked_parent(p); + swayc_t *parent = swayc_tabbed_stacked_ancestor(p); if (parent != NULL) { arrange_windows(parent, -1, -1); } |