1
0
Fork 0
forked from wry/wry

head-management: add connector-info-v1 extension

This commit is contained in:
Julian Orth 2025-07-12 09:29:13 +02:00
parent 51170cbde5
commit e24ea33734
9 changed files with 132 additions and 0 deletions

View file

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