mirror of
https://github.com/swaywm/sway.git
synced 2025-11-15 06:59:50 -05:00
Add input inhibitor to input manager
This commit is contained in:
parent
3ede718c06
commit
06fbd51ff5
4 changed files with 40 additions and 0 deletions
|
|
@ -460,6 +460,11 @@ void seat_set_focus_layer(struct sway_seat *seat,
|
|||
}
|
||||
}
|
||||
|
||||
void seat_set_exclusive_client(struct sway_seat *seat,
|
||||
struct wl_client *client) {
|
||||
// TODO
|
||||
}
|
||||
|
||||
struct sway_container *seat_get_focus_inactive(struct sway_seat *seat,
|
||||
struct sway_container *container) {
|
||||
return seat_get_focus_by_type(seat, container, C_TYPES);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue