aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/view.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/view.c')
-rw-r--r--sway/tree/view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/tree/view.c b/sway/tree/view.c
index 192a73c5..636abb25 100644
--- a/sway/tree/view.c
+++ b/sway/tree/view.c
@@ -441,6 +441,7 @@ void view_map(struct sway_view *view, struct wlr_surface *wlr_surface) {
441 input_manager_set_focus(input_manager, cont); 441 input_manager_set_focus(input_manager, cont);
442 442
443 view_update_title(view, false); 443 view_update_title(view, false);
444 container_notify_child_title_changed(view->swayc->parent);
444 view_execute_criteria(view); 445 view_execute_criteria(view);
445 446
446 container_damage_whole(cont); 447 container_damage_whole(cont);