aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/container.c
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-05-05 20:18:01 +0100
committerLibravatar emersion <contact@emersion.fr>2018-05-10 23:03:51 +0100
commitc0f5d740a5b1ca4db6d1ef2a38dc8a29b63a3a0c (patch)
treedcb0ba24d1b36da75a38e320290ef2dd611d9f77 /sway/tree/container.c
parentDamage container on focus (diff)
downloadsway-c0f5d740a5b1ca4db6d1ef2a38dc8a29b63a3a0c.tar.gz
sway-c0f5d740a5b1ca4db6d1ef2a38dc8a29b63a3a0c.tar.zst
sway-c0f5d740a5b1ca4db6d1ef2a38dc8a29b63a3a0c.zip
Damage container when updating title
Diffstat (limited to 'sway/tree/container.c')
-rw-r--r--sway/tree/container.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/tree/container.c b/sway/tree/container.c
index cc3bde0a..db02c69c 100644
--- a/sway/tree/container.c
+++ b/sway/tree/container.c
@@ -621,6 +621,7 @@ void container_update_title_textures(struct sway_container *container) {
621 &config->border_colors.unfocused); 621 &config->border_colors.unfocused);
622 update_title_texture(container, &container->title_urgent, 622 update_title_texture(container, &container->title_urgent,
623 &config->border_colors.urgent); 623 &config->border_colors.urgent);
624 container_damage_whole(container);
624} 625}
625 626
626void container_calculate_title_height(struct sway_container *container) { 627void container_calculate_title_height(struct sway_container *container) {