aboutsummaryrefslogtreecommitdiff
path: root/sway/input/seat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/seat.c')
-rw-r--r--sway/input/seat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c
index b269a4cd..31c9b72b 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -1369,8 +1369,7 @@ void seat_set_focus_layer(struct sway_seat *seat,
seat->focused_layer = 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) {
if (seat->focused_layer) {
if (wl_resource_get_client(seat->focused_layer->resource) != client) {
seat_set_focus_layer(seat, NULL);