mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
Render titles
This commit is contained in:
parent
f3d0885524
commit
b667298a0a
11 changed files with 155 additions and 19 deletions
|
|
@ -203,6 +203,7 @@ void arrange_children_of(struct sway_container *parent) {
|
|||
} else {
|
||||
arrange_children_of(child);
|
||||
}
|
||||
container_update_title_textures(child);
|
||||
}
|
||||
container_damage_whole(parent);
|
||||
update_debug_tree();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue