mirror of
https://github.com/labwc/labwc.git
synced 2026-02-17 22:05:30 -05:00
Support ext-session-lock protocol
This commit is contained in:
parent
6b83385ff7
commit
d4288415c9
8 changed files with 356 additions and 1 deletions
|
|
@ -50,7 +50,8 @@ desktop_focus_and_activate_view(struct seat *seat, struct view *view)
|
|||
return;
|
||||
}
|
||||
|
||||
if (input_inhibit_blocks_surface(seat, view->surface->resource)) {
|
||||
if (input_inhibit_blocks_surface(seat, view->surface->resource)
|
||||
|| seat->server->session_lock) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue