aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/container.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/container.c')
-rw-r--r--sway/tree/container.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/tree/container.c b/sway/tree/container.c
index 746dbf1f..2d752862 100644
--- a/sway/tree/container.c
+++ b/sway/tree/container.c
@@ -144,7 +144,7 @@ struct sway_container *container_output_create(
144 struct sway_seat *seat = NULL; 144 struct sway_seat *seat = NULL;
145 wl_list_for_each(seat, &input_manager->seats, link) { 145 wl_list_for_each(seat, &input_manager->seats, link) {
146 if (!seat->has_focus) { 146 if (!seat->has_focus) {
147 sway_seat_set_focus(seat, ws); 147 seat_set_focus(seat, ws);
148 } 148 }
149 } 149 }
150 150