From e8a02056079a6aa9bead020677667e51fc41a055 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 4 Dec 2023 15:59:11 +0100 Subject: input/seat: rename seat_set_exclusive_client() --- include/sway/input/seat.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h index a6c68fb8..28a3ea37 100644 --- a/include/sway/input/seat.h +++ b/include/sway/input/seat.h @@ -198,8 +198,7 @@ void seat_set_focus_surface(struct sway_seat *seat, void seat_set_focus_layer(struct sway_seat *seat, struct wlr_layer_surface_v1 *layer); -void seat_set_exclusive_client(struct sway_seat *seat, - struct wl_client *client); +void seat_unfocus_unless_client(struct sway_seat *seat, struct wl_client *client); struct sway_node *seat_get_focus(struct sway_seat *seat); -- cgit v1.2.3