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
|
|
@ -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);
|
||||
|
||||
sway_container_for_each_bfs(&root_container, collect_focus_iter, seat);
|
||||
container_for_each(&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