1
0
Fork 0
forked from wry/wry

head-management: handle additional properties

This commit is contained in:
Julian Orth 2026-03-07 12:09:31 +01:00
parent cbe190274e
commit da01d7e0d3
5 changed files with 44 additions and 4 deletions

View file

@ -74,6 +74,9 @@ pub fn handle(state: &Rc<State>, connector: &Rc<dyn Connector>) {
eotf: backend_state.eotf,
supported_formats: Default::default(),
brightness: None,
blend_space: BlendSpace::Srgb,
use_native_gamut: false,
vrr_cursor_hz: None,
};
let data = Rc::new(ConnectorData {
id,