input/seat: rename seat_set_exclusive_client()

This commit is contained in:
Simon Ser 2023-12-04 15:59:11 +01:00
parent 607b8aed0c
commit e8a0205607
3 changed files with 3 additions and 5 deletions

View file

@ -184,7 +184,7 @@ static void handle_session_lock(struct wl_listener *listener, void *data) {
struct sway_seat *seat;
wl_list_for_each(seat, &server.input->seats, link) {
seat_set_exclusive_client(seat, client);
seat_unfocus_unless_client(seat, client);
}
wl_signal_add(&lock->events.new_surface, &server.session_lock.lock_new_surface);