render: keep track of outputs whose hardware cursor must be rendered
This commit is contained in:
parent
f68e2e6fd4
commit
71fc851705
4 changed files with 7 additions and 0 deletions
|
|
@ -392,6 +392,7 @@ fn create_dummy_output(state: &Rc<State>) {
|
|||
hardware_cursor: Default::default(),
|
||||
update_render_data_scheduled: Cell::new(false),
|
||||
screencasts: Default::default(),
|
||||
hardware_cursor_needs_render: Cell::new(false),
|
||||
});
|
||||
let dummy_workspace = Rc::new(WorkspaceNode {
|
||||
id: state.node_ids.next(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue