1
0
Fork 0
forked from wry/wry

head-management: add format-info-v1 extension

This commit is contained in:
Julian Orth 2025-07-13 14:09:50 +02:00
parent 4482c3168b
commit 1195613fc6
9 changed files with 84 additions and 0 deletions

View file

@ -459,6 +459,9 @@ impl ConnectorData {
if old.tearing != s.tearing {
self.head_managers.handle_tearing_enabled_change(s.tearing);
}
if old.format != s.format {
self.head_managers.handle_format_change(s.format);
}
if let Some(output) = state.outputs.get(&self.connector.id())
&& let Some(node) = &output.node
{