6 lines
219 B
C
6 lines
219 B
C
|
#define iconify_width 10
|
||
|
#define iconify_height 10
|
||
|
static unsigned char iconify_bits[] = {
|
||
|
0x30, 0x00, 0xfc, 0x00, 0xfe, 0x01, 0xfe, 0x01, 0xff, 0x03, 0xff, 0x03,
|
||
|
0xfe, 0x01, 0xfe, 0x01, 0xfc, 0x00, 0x30, 0x00 };
|