Closed wolfiestyle closed 3 years ago
There are some missing constants used in XRenderFindStandardFormat:
XRenderFindStandardFormat
#define PictStandardARGB32 0 #define PictStandardRGB24 1 #define PictStandardA8 2 #define PictStandardA4 3 #define PictStandardA1 4
There are some missing constants used in
XRenderFindStandardFormat
: