mirror of
https://github.com/swaywm/sway.git
synced 2025-11-04 13:29:52 -05:00
rename container_for_each_descendent
This commit is contained in:
parent
4c394a0e9e
commit
92c58b1e63
6 changed files with 8 additions and 8 deletions
|
|
@ -592,7 +592,7 @@ static struct sway_container *get_swayc_in_direction_under(
|
|||
}
|
||||
} else {
|
||||
wlr_log(L_DEBUG,
|
||||
"%s cont %d-%p dir %i sibling %d: %p", __func__, idx,
|
||||
"cont %d-%p dir %i sibling %d: %p", idx,
|
||||
container, dir, desired, parent->children->items[desired]);
|
||||
return parent->children->items[desired];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue