diff options
author | Simon Ser <contact@emersion.fr> | 2023-11-22 00:49:23 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-12-13 10:11:35 +0100 |
commit | dbd70faf2e0a8115f681995801fd4b82f4682604 (patch) | |
tree | f9c5f8dbf55396f1d7df172bf57386e13a3ce2f7 /include | |
parent | a6ef12d968111d4d8c480124575d9d86ae61e470 (diff) |
input/seat: drop exclusive_client
This was a input-inhibit concept.
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/input/seat.h | 3 |
1 files changed, 0 insertions, 3 deletions
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; |