Title repainting: move call to damage_all_outputs() to view_update()

This commit is contained in:
ARDiDo 2021-11-27 14:35:27 -05:00
parent 816a61b2fa
commit c5b8688894
3 changed files with 1 additions and 2 deletions

View file

@ -530,6 +530,7 @@ view_update_title(struct view *view)
}
ssd_update_title(view);
wlr_foreign_toplevel_handle_v1_set_title(view->toplevel_handle, title);
damage_all_outputs(view->server);
}
void