mirror of
https://github.com/swaywm/sway.git
synced 2025-11-05 13:29:51 -05:00
Preserve buffers during transactions
* Also fix parts of the rendering where it was rendering the pending state instead of current.
This commit is contained in:
parent
645bf446fa
commit
1c89f32533
5 changed files with 76 additions and 67 deletions
|
|
@ -766,9 +766,6 @@ static void update_title_texture(struct sway_container *con,
|
|||
"Unexpected type %s", container_type_to_str(con->type))) {
|
||||
return;
|
||||
}
|
||||
if (!con->width) {
|
||||
return;
|
||||
}
|
||||
struct sway_container *output = container_parent(con, C_OUTPUT);
|
||||
if (!output) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue