1
0
Fork 0
forked from wry/wry

tree: refactor latch event dispatch

This commit is contained in:
Julian Orth 2024-09-11 17:46:31 +02:00
parent ada4e5a5f0
commit 01331afc6d
3 changed files with 9 additions and 4 deletions

View file

@ -912,6 +912,7 @@ impl State {
output.global.persistent.scale.get(),
render_hw_cursor,
)?;
output.latched();
output.perform_screencopies(tex, !render_hw_cursor, 0, 0, None);
rr.dispatch_frame_requests(self.now_msec());
Ok(sync_file)