mirror of
https://github.com/swaywm/sway.git
synced 2025-11-12 13:29:56 -05:00
rename seat functions
This commit is contained in:
parent
122b96abed
commit
e677c5b204
17 changed files with 85 additions and 85 deletions
|
|
@ -125,7 +125,7 @@ static void destroy_removed_seats(struct sway_config *old_config,
|
|||
seat_name_cmp, seat_config->name) < 0) {
|
||||
seat = input_manager_get_seat(input_manager,
|
||||
seat_config->name);
|
||||
sway_seat_destroy(seat);
|
||||
seat_destroy(seat);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue