mirror of
https://github.com/swaywm/sway.git
synced 2025-11-05 13:29:51 -05:00
Rename view's free callback to destroy
This commit is contained in:
parent
7a922c65aa
commit
50190bc760
5 changed files with 9 additions and 9 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue