mirror of
https://github.com/swaywm/sway.git
synced 2025-11-12 13:29:56 -05:00
list.c: rename free_flat_list to list_free_items_and_destroy
This commit is contained in:
parent
c8776fac42
commit
98c1e19466
12 changed files with 20 additions and 20 deletions
|
|
@ -68,7 +68,7 @@ void container_destroy(struct sway_container *con) {
|
|||
list_free(con->current.children);
|
||||
list_free(con->outputs);
|
||||
|
||||
free_flat_list(con->marks);
|
||||
list_free_items_and_destroy(con->marks);
|
||||
wlr_texture_destroy(con->marks_focused);
|
||||
wlr_texture_destroy(con->marks_focused_inactive);
|
||||
wlr_texture_destroy(con->marks_unfocused);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue