aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/seat.c
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-03-29 23:08:59 -0400
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-03-29 23:08:59 -0400
commit92c58b1e63d41d48cfb487b04a2cb105c990bc4c (patch)
tree5a925aff530c83881d754c196aa18ac2898e61c3 /sway/input/seat.c
parentaddress feedback (diff)
downloadsway-92c58b1e63d41d48cfb487b04a2cb105c990bc4c.tar.gz
sway-92c58b1e63d41d48cfb487b04a2cb105c990bc4c.tar.zst
sway-92c58b1e63d41d48cfb487b04a2cb105c990bc4c.zip
rename container_for_each_descendent
Diffstat (limited to 'sway/input/seat.c')
-rw-r--r--sway/input/seat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c
index be0e15de..76d29b52 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -130,7 +130,7 @@ struct sway_seat *sway_seat_create(struct sway_input_manager *input,
130 // init the focus stack 130 // init the focus stack
131 wl_list_init(&seat->focus_stack); 131 wl_list_init(&seat->focus_stack);
132 132
133 container_for_each(&root_container, collect_focus_iter, seat); 133 container_for_each_descendent(&root_container, collect_focus_iter, seat);
134 134
135 wl_signal_add(&root_container.sway_root->events.new_container, 135 wl_signal_add(&root_container.sway_root->events.new_container,
136 &seat->new_container); 136 &seat->new_container);