7 lines
270 B
C
7 lines
270 B
C
|
#define iconify_width 14
|
||
|
#define iconify_height 14
|
||
|
static unsigned char iconify_bits[] = {
|
||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x03, 0xf0, 0x03, 0x00, 0x00,
|
||
|
0x00, 0x00, 0x00, 0x00 };
|