6 lines
205 B
C
6 lines
205 B
C
|
#define iconify_width 9
|
||
|
#define iconify_height 9
|
||
|
static unsigned char iconify_bits[] = {
|
||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||
|
0x00, 0x00, 0xff, 0x01, 0xff, 0x01 };
|