7 lines
288 B
C
7 lines
288 B
C
|
#define iconify_hover_width 14
|
||
|
#define iconify_hover_height 14
|
||
|
static unsigned char iconify_hover_bits[] = {
|
||
|
0xe0, 0x01, 0xf8, 0x07, 0xfc, 0x0f, 0xfe, 0x1f, 0xfe, 0x1f, 0xff, 0x3f,
|
||
|
0x0f, 0x3c, 0x0f, 0x3c, 0xff, 0x3f, 0xfe, 0x1f, 0xfe, 0x1f, 0xfc, 0x0f,
|
||
|
0xf8, 0x07, 0xe0, 0x01 };
|