mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
6 lines
175 B
C
6 lines
175 B
C
|
#define iconify_width 8
|
||
|
#define iconify_height 13
|
||
|
static unsigned char iconify_bits[] = {
|
||
|
0x00, 0x40, 0x60, 0x70, 0x78, 0x7c, 0x7e, 0x7c, 0x78, 0x70, 0x60, 0x40,
|
||
|
0x00};
|