mirror of
https://github.com/swaywm/sway.git
synced 2026-02-17 22:05:53 -05:00
input/seat: drop exclusive_client
This was a input-inhibit concept.
This commit is contained in:
parent
a6ef12d968
commit
dbd70faf2e
6 changed files with 4 additions and 18 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue