mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
1f51de3cd1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37439 a592a061-630c-0410-9148-cb99ea01b6c8
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};
|