Bump smithay-client-toolkit to v0.16.0
This commit is contained in:
parent
2b414cd825
commit
c93ef47b9b
3 changed files with 10 additions and 23 deletions
|
|
@ -538,6 +538,8 @@ impl<T: 'static> EventLoop<T> {
|
|||
_ => unreachable!(),
|
||||
};
|
||||
|
||||
self.event_loop.dispatch(timeout, state)
|
||||
self.event_loop
|
||||
.dispatch(timeout, state)
|
||||
.map_err(|error| error.into())
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue