AltF02 / x11-rs

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

Missing xrender constants #72

Closed wolfiestyle closed 3 years ago

wolfiestyle commented 7 years ago

There are some missing constants used in XRenderFindStandardFormat:

#define PictStandardARGB32  0
#define PictStandardRGB24   1
#define PictStandardA8      2
#define PictStandardA4      3
#define PictStandardA1      4