output: pre-compute OutputId hash
This commit is contained in:
parent
9bd7e14b08
commit
6e9adc487e
8 changed files with 88 additions and 40 deletions
|
|
@ -258,12 +258,7 @@ impl VirtualOutputs {
|
|||
state: state.clone(),
|
||||
id,
|
||||
kernel_id,
|
||||
output_id: Rc::new(OutputId::new(
|
||||
kernel_id.to_string(),
|
||||
"Jay".to_string(),
|
||||
"VirtualOutput".to_string(),
|
||||
name.to_string(),
|
||||
)),
|
||||
output_id: OutputId::new(kernel_id.to_string(), "Jay", "VirtualOutput", name),
|
||||
name: format!("VO-{}", name),
|
||||
frontend_state: Default::default(),
|
||||
needs_format_update: Default::default(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue