mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-06-13 14:33:06 -04:00
Rename view_damage_surface to view_damage_part
To better align it with its counterpart view_damage_whole
This commit is contained in:
parent
95b7782c72
commit
1c59946e20
4 changed files with 5 additions and 5 deletions
|
|
@ -120,7 +120,7 @@ handle_xwayland_surface_commit(struct wl_listener *listener, void *data)
|
|||
{
|
||||
struct cg_xwayland_view *xwayland_view = wl_container_of(listener, xwayland_view, commit);
|
||||
struct cg_view *view = &xwayland_view->view;
|
||||
view_damage_surface(view);
|
||||
view_damage_part(view);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue