mirror of https://github.com/GNOME/gimp.git
10 lines
472 B
C
10 lines
472 B
C
#define eye_width 21
|
|
#define eye_height 21
|
|
static unsigned char eye_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x80, 0x3f, 0x00, 0xe0, 0xff, 0x00, 0xf8, 0xff, 0x03, 0xfc, 0xff, 0x07,
|
|
0x9e, 0x37, 0x0f, 0xcf, 0x7f, 0x1c, 0xc3, 0x7f, 0x10, 0xc3, 0x7f, 0x18,
|
|
0x8e, 0x3f, 0x0c, 0x9c, 0x3f, 0x07, 0x78, 0xdf, 0x03, 0xe0, 0xff, 0x00,
|
|
0x80, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, };
|