2013-07-13 01:12:20 +02:00
|
|
|
#define iconify_width 15
|
|
|
|
#define iconify_height 15
|
2012-07-05 00:03:47 +02:00
|
|
|
static unsigned char iconify_bits[] = {
|
|
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
2013-07-13 01:12:20 +02:00
|
|
|
0xf8, 0x0f, 0xf8, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|