summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/tree/view.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/tree/view.c b/sway/tree/view.c
index 8f54cc11..7300f207 100644
--- a/sway/tree/view.c
+++ b/sway/tree/view.c
@@ -864,6 +864,8 @@ void view_update_title(struct sway_view *view, bool force) {
864 864
865 // Update title after the global font height is updated 865 // Update title after the global font height is updated
866 container_update_title_textures(view->swayc); 866 container_update_title_textures(view->swayc);
867
868 ipc_event_window(view->swayc, "title");
867} 869}
868 870
869static bool find_by_mark_iterator(struct sway_container *con, 871static bool find_by_mark_iterator(struct sway_container *con,