labwc/tools/xbm/8x8.xbm

5 lines
134 B
C
Raw Normal View History

2020-06-22 19:03:02 +01:00
#define close_width 8
#define close_height 8
static unsigned char close_bits[] = {
0xFF, 0xC3, 0xA5, 0x99, 0x99, 0xA5, 0xC3, 0xFF };