From dbd70faf2e0a8115f681995801fd4b82f4682604 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 22 Nov 2023 00:49:23 +0100 Subject: input/seat: drop exclusive_client This was a input-inhibit concept. --- include/sway/input/seat.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h index 97e81c19..a6c68fb8 100644 --- a/include/sway/input/seat.h +++ b/include/sway/input/seat.h @@ -108,9 +108,6 @@ struct sway_seat { // If the exclusive layer is set, views cannot receive keyboard focus bool has_exclusive_layer; - // If exclusive_client is set, no other clients will receive input events - struct wl_client *exclusive_client; - // Last touch point int32_t touch_id; double touch_x, touch_y; -- cgit v1.2.3-54-g00ecf