labwc/tools/xbm/8x8.xbm
2020-06-22 19:03:02 +01:00

4 lines
134 B
C

#define close_width 8
#define close_height 8
static unsigned char close_bits[] = {
0xFF, 0xC3, 0xA5, 0x99, 0x99, 0xA5, 0xC3, 0xFF };