mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2025-01-29 08:34:59 +01:00
ext-session-lock: disable direct scan-out when locked
This commit is contained in:
parent
a3a82efbf6
commit
75b2d0b105
1 changed files with 4 additions and 0 deletions
|
@ -453,6 +453,10 @@ static bool scan_out_fullscreen_view(struct sway_output *output,
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (server.session_lock.locked) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
if (!wl_list_empty(&view->saved_buffers)) {
|
if (!wl_list_empty(&view->saved_buffers)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue