aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/view.c
diff options
context:
space:
mode:
authorLibravatar Ian Fan <ianfan0@gmail.com>2018-07-13 17:19:16 +0100
committerLibravatar Ian Fan <ianfan0@gmail.com>2018-08-01 16:57:14 +0100
commit4f8f363dda2495810e419be6e79c3869bb7f17d8 (patch)
tree07d2a7243e58152dbf730f71017fed8f0a4a525a /sway/tree/view.c
parentipc: add window::focus event (diff)
downloadsway-4f8f363dda2495810e419be6e79c3869bb7f17d8.tar.gz
sway-4f8f363dda2495810e419be6e79c3869bb7f17d8.tar.zst
sway-4f8f363dda2495810e419be6e79c3869bb7f17d8.zip
ipc: add window::title event
Diffstat (limited to 'sway/tree/view.c')
-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,