1
0
Fork 0
forked from wry/wry

head-management: add compositor-space-info-v1 extension

This commit is contained in:
Julian Orth 2025-07-12 09:18:36 +02:00
parent 8356dd5d5c
commit 67acc6d938
11 changed files with 312 additions and 4 deletions

View file

@ -443,6 +443,9 @@ impl ConnectorData {
return;
}
self.state.set(s);
if old.enabled != s.enabled {
self.head_managers.handle_enabled_change(s.enabled);
}
if let Some(output) = state.outputs.get(&self.connector.id())
&& let Some(node) = &output.node
{