blob: 33dabd34cf740ad7a2746565cd943295cfa4583c (
plain)
1
2
3
4
5
|
#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 };
|