rust-x-bindings / rust-xcb

Rust bindings and wrapper for XCB.
MIT License
162 stars 64 forks source link

Fix panic when present feature is enabled #196

Closed wez closed 1 year ago

wez commented 2 years ago

I think the panic is because there are no non-generic events in the definition for this extension.

Skipping the attempt to resolve avoids the panic, but I do wonder whether the underlying generated resolve_wire_event methods should just return None for this case.

refs: #195