6 lines
215 B
C
6 lines
215 B
C
|
#define iconify_width 10
|
||
|
#define iconify_height 10
|
||
|
static unsigned char iconify_bits[] = {
|
||
|
0x00, 0x00, 0x00, 0x00, 0x03, 0x03, 0x87, 0x03, 0xC6, 0x01, 0xE0, 0x00,
|
||
|
0x70, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00 };
|