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

@ -128,6 +128,7 @@ impl ConnectorHandler {
jay_outputs: Default::default(),
screencasts: Default::default(),
update_render_data_scheduled: Cell::new(false),
hardware_cursor_needs_render: Cell::new(false),
});
self.state.add_output_scale(on.preferred_scale.get());
let mode = info.initial_mode;