1
0
Fork 0
forked from wry/wry

head-management: add non-desktop-info-v1 extension

This commit is contained in:
Julian Orth 2025-07-13 11:14:37 +02:00
parent 81a7c973d0
commit b76aade265
17 changed files with 164 additions and 5 deletions

View file

@ -56,7 +56,7 @@ impl WpDrmLeaseDeviceV1Global {
}
for c in dev.connectors.lock().keys() {
if let Some(o) = client.state.outputs.get(c)
&& o.monitor_info.non_desktop
&& o.monitor_info.non_desktop_effective
{
obj.create_connector(&o);
}