sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit c0f5d740a5b1ca4db6d1ef2a38dc8a29b63a3a0c
parent 70b80b4698449f5bc3e2c5bf755439249db2fc29
Author: emersion <contact@emersion.fr>
Date:   Sat,  5 May 2018 20:18:01 +0100

Damage container when updating title

Diffstat:
Msway/tree/container.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sway/tree/container.c b/sway/tree/container.c @@ -621,6 +621,7 @@ void container_update_title_textures(struct sway_container *container) { &config->border_colors.unfocused); update_title_texture(container, &container->title_urgent, &config->border_colors.urgent); + container_damage_whole(container); } void container_calculate_title_height(struct sway_container *container) {