6 lines
219 B
C
6 lines
219 B
C
|
#define iconify_width 11
|
||
|
#define iconify_height 10
|
||
|
static unsigned char iconify_bits[] = {
|
||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfe, 0x07, 0xfe, 0x07,
|
||
|
0xfe, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|