mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
Title repainting: move call to damage_all_outputs() to view_update()
This commit is contained in:
parent
816a61b2fa
commit
c5b8688894
3 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue