mirror of
https://github.com/labwc/labwc.git
synced 2025-11-06 13:29:58 -05:00
view-child: extend damage
This commit is contained in:
parent
badbeb2936
commit
d2133ec23d
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ static void
|
||||||
view_child_handle_commit(struct wl_listener *listener, void *data)
|
view_child_handle_commit(struct wl_listener *listener, void *data)
|
||||||
{
|
{
|
||||||
struct view_child *child = wl_container_of(listener, child, commit);
|
struct view_child *child = wl_container_of(listener, child, commit);
|
||||||
damage_view_part(child->parent);
|
damage_all_outputs(child->parent->server);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue