rust-x-bindings / rust-xcb

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

Add support for libxcb API before version 1.14 #250

Closed acpiccolo closed 7 months ago

acpiccolo commented 7 months ago

Version 1.14 of libxcb introduced the functions xcb_total_read() and xcb_total_written(). This PR adds a feature (enabled by default) to activate these functions. Disabling the feature allows xcb-rs to support libxcb API versions before 1.14.