6 lines
243 B
C
6 lines
243 B
C
|
#define iconify_width 12
|
||
|
#define iconify_height 12
|
||
|
static unsigned char iconify_bits[] = {
|
||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x0f,
|
||
|
0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|