aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/seat.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-04-03 16:16:42 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-04-04 18:47:48 -0400
commit06fbd51ff5563f548599615a6baf5a1854bf9983 (patch)
treec1890f3554621ad8f1d44a054e88f72f065644ee /sway/input/seat.c
parentRefocus the last focused container on lock exit (diff)
downloadsway-06fbd51ff5563f548599615a6baf5a1854bf9983.tar.gz
sway-06fbd51ff5563f548599615a6baf5a1854bf9983.tar.zst
sway-06fbd51ff5563f548599615a6baf5a1854bf9983.zip
Add input inhibitor to input manager
Diffstat (limited to 'sway/input/seat.c')
-rw-r--r--sway/input/seat.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c
index a6b42598..318fa9f6 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -460,6 +460,11 @@ void seat_set_focus_layer(struct sway_seat *seat,
460 } 460 }
461} 461}
462 462
463void seat_set_exclusive_client(struct sway_seat *seat,
464 struct wl_client *client) {
465 // TODO
466}
467
463struct sway_container *seat_get_focus_inactive(struct sway_seat *seat, 468struct sway_container *seat_get_focus_inactive(struct sway_seat *seat,
464 struct sway_container *container) { 469 struct sway_container *container) {
465 return seat_get_focus_by_type(seat, container, C_TYPES); 470 return seat_get_focus_by_type(seat, container, C_TYPES);