AltF02 / x11-rs

Rust bindings for X11 libraries
https://docs.rs/x11
MIT License
204 stars 66 forks source link

Make ClientMessageData instantiable #28

Closed ghost closed 8 years ago

ghost commented 8 years ago

ClientMessageData is currently uninstantiable. I've added a static new function, though I understand if you don't think that's the right way of fixing this.

ghost commented 8 years ago

Thanks!