Add input inhibitor to input manager

This commit is contained in:
Drew DeVault 2018-04-03 16:16:42 -04:00
parent 3ede718c06
commit 06fbd51ff5
4 changed files with 40 additions and 0 deletions

View file

@ -64,6 +64,9 @@ void seat_set_focus_warp(struct sway_seat *seat,
void seat_set_focus_layer(struct sway_seat *seat,
struct wlr_layer_surface *layer);
void seat_set_exclusive_client(struct sway_seat *seat,
struct wl_client *client);
struct sway_container *seat_get_focus(struct sway_seat *seat);
/**