mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Change for new session lock
This commit is contained in:
parent
13f2eed8b4
commit
e5e651af7f
1 changed files with 1 additions and 1 deletions
|
|
@ -412,7 +412,7 @@ handle_compositor_keybindings(struct keyboard *keyboard,
|
||||||
if (cur_keybind && cur_keybind->on_release) {
|
if (cur_keybind && cur_keybind->on_release) {
|
||||||
key_state_bound_key_remove(event->keycode);
|
key_state_bound_key_remove(event->keycode);
|
||||||
if (seat->active_client_while_inhibited
|
if (seat->active_client_while_inhibited
|
||||||
|| seat->server->session_lock) {
|
|| seat->server->session_lock_manager->locked) {
|
||||||
cur_keybind = NULL;
|
cur_keybind = NULL;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue