text: re-use textures if possible
This commit is contained in:
parent
bf90204db6
commit
a04870388f
10 changed files with 153 additions and 45 deletions
|
|
@ -410,6 +410,7 @@ fn create_dummy_output(state: &Rc<State>) {
|
|||
desired_output: CloneCell::new(dummy_output.global.output_id.clone()),
|
||||
jay_workspaces: Default::default(),
|
||||
capture: Cell::new(false),
|
||||
title_texture: Cell::new(None),
|
||||
});
|
||||
dummy_workspace.output_link.set(Some(
|
||||
dummy_output.workspaces.add_last(dummy_workspace.clone()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue