mirror of
https://github.com/swaywm/sway.git
synced 2025-11-15 06:59:50 -05:00
rename container_for_each_descendent
This commit is contained in:
parent
4c394a0e9e
commit
92c58b1e63
6 changed files with 8 additions and 8 deletions
|
|
@ -130,7 +130,7 @@ struct sway_seat *sway_seat_create(struct sway_input_manager *input,
|
|||
// init the focus stack
|
||||
wl_list_init(&seat->focus_stack);
|
||||
|
||||
container_for_each(&root_container, collect_focus_iter, seat);
|
||||
container_for_each_descendent(&root_container, collect_focus_iter, seat);
|
||||
|
||||
wl_signal_add(&root_container.sway_root->events.new_container,
|
||||
&seat->new_container);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue