head-management: handle additional properties
This commit is contained in:
parent
cbe190274e
commit
da01d7e0d3
5 changed files with 44 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue