aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/seat.c
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-05-28 12:45:42 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-05-28 12:45:42 +1000
commit7c7d24600b3db2675b691ae6345ef3fefab03dbd (patch)
tree27bdca654ca7336acc9018aeedbf6a46751a85c2 /sway/input/seat.c
parentMerge pull request #2050 from smlx/focus-fix (diff)
downloadsway-7c7d24600b3db2675b691ae6345ef3fefab03dbd.tar.gz
sway-7c7d24600b3db2675b691ae6345ef3fefab03dbd.tar.zst
sway-7c7d24600b3db2675b691ae6345ef3fefab03dbd.zip
Fix ancestor typos
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) {