aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input/seat.h
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 /include/sway/input/seat.h
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 'include/sway/input/seat.h')
-rw-r--r--include/sway/input/seat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h
index 137fcd22..53031d70 100644
--- a/include/sway/input/seat.h
+++ b/include/sway/input/seat.h
@@ -64,6 +64,9 @@ void seat_set_focus_warp(struct sway_seat *seat,
64void seat_set_focus_layer(struct sway_seat *seat, 64void seat_set_focus_layer(struct sway_seat *seat,
65 struct wlr_layer_surface *layer); 65 struct wlr_layer_surface *layer);
66 66
67void seat_set_exclusive_client(struct sway_seat *seat,
68 struct wl_client *client);
69
67struct sway_container *seat_get_focus(struct sway_seat *seat); 70struct sway_container *seat_get_focus(struct sway_seat *seat);
68 71
69/** 72/**