diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2023-11-22 00:49:23 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2023-11-22 00:49:23 +0100 |
| commit | ec9aa463bac1cbf8f3b944a833677bb60c1ea80b (patch) | |
| tree | f9c5f8dbf55396f1d7df172bf57386e13a3ce2f7 /include | |
| parent | 692f92ea567c8b502a249a2a6351ceca764aa30d (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; |
