1
0
Fork 0
forked from wry/wry

autocommit 2022-01-09 17:44:06 CET

This commit is contained in:
Julian Orth 2022-01-09 17:44:06 +01:00
parent b08bd94353
commit 0336bf3bde
2 changed files with 17 additions and 10 deletions

View file

@ -757,6 +757,7 @@ impl EventLoopDispatcher for XorgBackend {
impl WheelDispatcher for XorgBackend {
fn dispatch(self: Rc<Self>) -> Result<(), Box<dyn Error + Send + Sync>> {
self.render()?;
self.handle_events()?;
Ok(())
}
}