6 lines
219 B
C
6 lines
219 B
C
#define iconify_width 10
|
|
#define iconify_height 10
|
|
static unsigned char iconify_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0xff, 0x03, 0xff, 0x03 };
|