1
0
Fork 0
forked from wry/wry

render: keep track of outputs whose hardware cursor must be rendered

This commit is contained in:
Julian Orth 2024-02-07 21:43:01 +01:00
parent f68e2e6fd4
commit 71fc851705
4 changed files with 7 additions and 0 deletions

View file

@ -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(),