rust-x-bindings / rust-xcb

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

Support for newer RandR versions #90

Closed queer closed 2 years ago

queer commented 4 years ago

The latest RandR version is 1.6; it'd be nice to have support for the new things that come therein, such as monitors. Would this change just involve updating the relevant file(s) and rerunning cargo build?

rtbo commented 2 years ago

The v1.0 API (currently beta) is targeting XCB-1.14, which targets randr-1.6.

See: https://rust-x-bindings.github.io/rust-xcb/branches/v1.0-dev/xcb/randr/struct.MonitorInfo.html

rtbo commented 2 years ago

v1.0.0 is released.

queer commented 2 years ago

Thanks :D