summaryrefslogtreecommitdiffstats
path: root/sway/input/seat.c
diff options
context:
space:
mode:
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 6cfbe8d4..0295212c 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -542,7 +542,7 @@ void seat_set_focus_warp(struct sway_seat *seat,
542 return; 542 return;
543 } 543 }
544 544
545 // put all the anscestors of this container on top of the focus stack 545 // put all the ancestors of this container on top of the focus stack
546 struct sway_seat_container *parent = 546 struct sway_seat_container *parent =
547 seat_container_from_container(seat, container->parent); 547 seat_container_from_container(seat, container->parent);
548 while (parent) { 548 while (parent) {