Closed queer closed 2 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?
cargo build
The v1.0 API (currently beta) is targeting XCB-1.14, which targets randr-1.6.
v1.0
See: https://rust-x-bindings.github.io/rust-xcb/branches/v1.0-dev/xcb/randr/struct.MonitorInfo.html
v1.0.0 is released.
Thanks :D
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
?