rust-x-bindings / rust-xcb

Rust bindings and wrapper for XCB.
MIT License
161 stars 63 forks source link

Clarify phrasing of xkb example error message #220

Closed zombiepigdragon closed 1 year ago

zombiepigdragon commented 1 year ago

The existing assert phrasing gives the impression that this library does not support xkb-1.0, while the code around it actually verifies that this version is in use. This PR adjusts the phrasing of the message to make the meaning somewhat more easy to understand.