mirror of
https://github.com/swaywm/sway.git
synced 2025-11-15 06:59:50 -05:00
address feedback
This commit is contained in:
parent
4ec8bf4cee
commit
4c394a0e9e
5 changed files with 16 additions and 45 deletions
|
|
@ -435,7 +435,7 @@ list_t *container_for_crit_tokens(list_t *tokens) {
|
|||
struct list_tokens list_tokens =
|
||||
(struct list_tokens){create_list(), tokens};
|
||||
|
||||
sway_container_for_each(&root_container,
|
||||
container_for_each(&root_container,
|
||||
(void (*)(struct sway_container *, void *))container_match_add,
|
||||
&list_tokens);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue