rename container_for_each_descendent

This commit is contained in:
Tony Crisci 2018-03-29 23:08:59 -04:00
parent 4c394a0e9e
commit 92c58b1e63
6 changed files with 8 additions and 8 deletions

View file

@ -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);