1
0
Fork 0
forked from wry/wry

cmm: enable using the display primaries in SDR mode

This commit is contained in:
Julian Orth 2025-12-04 17:08:05 +01:00
parent 2b7b3b5310
commit 67760e270e
19 changed files with 259 additions and 21 deletions

View file

@ -816,6 +816,10 @@ pub enum ClientMessage<'a> {
position: BarPosition,
},
GetBarPosition,
ConnectorSetUseNativeGamut {
connector: Connector,
use_native_gamut: bool,
},
}
#[derive(Serialize, Deserialize, Debug)]