Rename view's free callback to destroy

This commit is contained in:
Ryan Dwyer 2018-06-26 13:18:33 +10:00
parent 7a922c65aa
commit 50190bc760
5 changed files with 9 additions and 9 deletions

View file

@ -37,7 +37,7 @@ struct sway_view_impl {
void (*for_each_surface)(struct sway_view *view,
wlr_surface_iterator_func_t iterator, void *user_data);
void (*close)(struct sway_view *view);
void (*free)(struct sway_view *view);
void (*destroy)(struct sway_view *view);
};
struct sway_view {