AltF02 / x11-rs

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

Fix typos in Xshm and make Xshm-struct members public #146

Closed calculon102 closed 3 years ago

calculon102 commented 3 years ago

Hi,

I'm a user of this lib for xgifwallpaper For that, I'm using the Xshm-extension. Thanks for adding support!

This pull-request addresses some minor typos in the xshm module. But really important are the public struct members. Otherwise the module is not usable.

ToBeatElite commented 2 years ago

Nice PR bro