meh / rust-xcb-util

Rust bindings and wrappers for XCB utility functions.
MIT License
27 stars 17 forks source link

Consuming WmIcon #14

Open blargh-sys opened 4 years ago

blargh-sys commented 4 years ago

Hello,

the xcb_util::ewmh::WmIcon struct only contains three methods: id(), width() and height() and corresponding fields. On my Ubuntu 19.10 the id() method returns 0 for most windows. How do I access the icon's image data?