-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrating to 1.0 #265
Comments
Both implement the |
Aha, I didn't expect it to be so simple as replacing Next question: what is the replacement for |
Correct. I can make |
No, I don't think so. |
- `UnknownError` introduced and returned if resolution fails instead of panicking - Better consistency between error and event API See rust-x-bindings#265
One more thing: after replacing
Should these types all be marked |
No. |
I'm trying to update rust-xcb-util to the latest version of xcb and running into issues figuring out the new API. For example, the
xcb_window_t
,xcb_atom_t
etc. types used in the ffi modules are no longer exposed. What's the replacement?The text was updated successfully, but these errors were encountered: