mirror of
https://github.com/labwc/labwc.git
synced 2025-11-08 13:30:00 -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
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -132,7 +132,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