AltF02 / x11-rs

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

adding available cursors constants #176

Open tdaron opened 3 months ago

tdaron commented 3 months ago

hey !

I tried adding some constants of available cursor shapes in x11 by default. (according to https://tronche.com/gui/x/xlib/appendix/b/ )

I don't know if i put them at the right place, as xcursor is in the scope but you might want to follow x11 c lib design.