1
0
Fork 0
forked from wry/wry

head-management: add drm-color-space-info-v1 extension

This commit is contained in:
Julian Orth 2025-07-14 11:03:34 +02:00
parent 1195613fc6
commit 6647b93e1e
9 changed files with 117 additions and 1 deletions

View file

@ -657,6 +657,8 @@ fn create_dummy_output(state: &Rc<State>) {
tearing_enabled: backend_state.tearing,
tearing_active: false,
format: XRGB8888,
color_space: backend_state.color_space,
transfer_function: backend_state.transfer_function,
};
let connector_data = Rc::new(ConnectorData {
id,