mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 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
|
|
@ -51,7 +51,7 @@ struct cmd_results *cmd_focus(int argc, char **argv) {
|
|||
"Expected 'focus <direction|parent|child|mode_toggle>' or 'focus output <direction|name>'");
|
||||
}
|
||||
|
||||
struct sway_container *next_focus = get_swayc_in_direction(con, seat, direction);
|
||||
struct sway_container *next_focus = container_get_in_direction(con, seat, direction);
|
||||
if (next_focus) {
|
||||
sway_seat_set_focus(seat, next_focus);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue