mirror of
https://github.com/swaywm/sway.git
synced 2025-11-21 06:59:48 -05:00
Fix ancestor typos
This commit is contained in:
parent
b2c0ba5b18
commit
7c7d24600b
5 changed files with 12 additions and 12 deletions
|
|
@ -542,7 +542,7 @@ void seat_set_focus_warp(struct sway_seat *seat,
|
|||
return;
|
||||
}
|
||||
|
||||
// put all the anscestors of this container on top of the focus stack
|
||||
// put all the ancestors of this container on top of the focus stack
|
||||
struct sway_seat_container *parent =
|
||||
seat_container_from_container(seat, container->parent);
|
||||
while (parent) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue