mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
fix container_get_in_direction name
This commit is contained in:
parent
e5491bf498
commit
62d1b4cb96
3 changed files with 5 additions and 6 deletions
|
|
@ -587,7 +587,7 @@ static struct sway_container *get_swayc_in_direction_under(struct sway_container
|
|||
}
|
||||
}
|
||||
|
||||
struct sway_container *get_swayc_in_direction(struct sway_container *container, struct sway_seat *seat,
|
||||
struct sway_container *container_get_in_direction(struct sway_container *container, struct sway_seat *seat,
|
||||
enum movement_direction dir) {
|
||||
return get_swayc_in_direction_under(container, dir, seat, NULL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue