Rename view_damage_surface to view_damage_part

To better align it with its counterpart view_damage_whole
This commit is contained in:
Jente Hidskes 2019-12-26 12:03:38 +01:00
parent 95b7782c72
commit 1c59946e20
No known key found for this signature in database
GPG key ID: 04BE5A29F32D91EA
4 changed files with 5 additions and 5 deletions

2
view.h
View file

@ -71,7 +71,7 @@ struct cg_subsurface {
char *view_get_title(struct cg_view *view);
bool view_is_primary(struct cg_view *view);
bool view_is_transient_for(struct cg_view *child, struct cg_view *parent);
void view_damage_surface(struct cg_view *view);
void view_damage_part(struct cg_view *view);
void view_damage_whole(struct cg_view *view);
void view_activate(struct cg_view *view, bool activate);
void view_position(struct cg_view *view);