Bump smithay-client-toolkit to v0.16.0

This commit is contained in:
Kirill Chibisov 2022-06-20 10:19:49 +03:00 committed by GitHub
parent 2b414cd825
commit c93ef47b9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 23 deletions

View file

@ -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())
}
}