mirror of
https://github.com/swaywm/sway
synced 2026-09-13 18:40:37 +02:00
Previously, container titles were updated before a transaction committed, leading to a brief flicker of a window having an updated (incorrect) title when changing the container tree layout. This commit moves the formatted_title field into sway_container_state and title updates are now done in apply_container_state so that container titles are updated synchronously with other visual changes during transactions.