mirror of
https://github.com/swaywm/sway.git
synced 2026-04-18 06:46:56 -04:00
Implement transient seat management
This commit is contained in:
parent
dc9f217307
commit
5a7477cb8f
5 changed files with 41 additions and 2 deletions
|
|
@ -112,7 +112,8 @@ static bool is_privileged(const struct wl_global *global) {
|
|||
global == server.session_lock.manager->global ||
|
||||
global == server.input->keyboard_shortcuts_inhibit->global ||
|
||||
global == server.input->virtual_keyboard->global ||
|
||||
global == server.input->virtual_pointer->global;
|
||||
global == server.input->virtual_pointer->global ||
|
||||
global == server.input->transient_seat_manager->global;
|
||||
}
|
||||
|
||||
static bool filter_global(const struct wl_client *client,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue