autocommit 2022-01-09 17:44:06 CET
This commit is contained in:
parent
b08bd94353
commit
0336bf3bde
2 changed files with 17 additions and 10 deletions
|
|
@ -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(())
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue