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

@ -158,7 +158,6 @@ handle_set_title(struct wl_listener *listener, void *data)
struct view *view = wl_container_of(listener, view, set_title);
assert(view);
view_update_title(view);
damage_all_outputs(view->server);
}
static void