aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2023-11-22 00:49:23 +0100
committerLibravatar Simon Ser <contact@emersion.fr>2023-12-13 10:11:35 +0100
commitdbd70faf2e0a8115f681995801fd4b82f4682604 (patch)
treef9c5f8dbf55396f1d7df172bf57386e13a3ce2f7 /include
parentDetect proprietary DisplayLink drivers (diff)
downloadsway-dbd70faf2e0a8115f681995801fd4b82f4682604.tar.gz
sway-dbd70faf2e0a8115f681995801fd4b82f4682604.tar.zst
sway-dbd70faf2e0a8115f681995801fd4b82f4682604.zip
input/seat: drop exclusive_client
This was a input-inhibit concept.
Diffstat (limited to 'include')
-rw-r--r--include/sway/input/seat.h3
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 {
108 // If the exclusive layer is set, views cannot receive keyboard focus 108 // If the exclusive layer is set, views cannot receive keyboard focus
109 bool has_exclusive_layer; 109 bool has_exclusive_layer;
110 110
111 // If exclusive_client is set, no other clients will receive input events
112 struct wl_client *exclusive_client;
113
114 // Last touch point 111 // Last touch point
115 int32_t touch_id; 112 int32_t touch_id;
116 double touch_x, touch_y; 113 double touch_x, touch_y;