mirror of https://github.com/GNOME/gimp.git
11 lines
528 B
Plaintext
11 lines
528 B
Plaintext
/* Made with GIMP */
|
|
#define droppermsk_width 22
|
|
#define droppermsk_height 22
|
|
static char droppermsk_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x03, 0x00, 0xc0, 0x07,
|
|
0x00, 0xe0, 0x0f, 0x00, 0xf8, 0x1f, 0x00, 0xfc, 0x1f, 0x00, 0xf8, 0x1f,
|
|
0x00, 0xf8, 0x0f, 0x00, 0xfc, 0x07, 0x00, 0xfe, 0x03, 0x00, 0xff, 0x03,
|
|
0x80, 0x3f, 0x00, 0xc0, 0x1f, 0x00, 0xe0, 0x0f, 0x00, 0xf0, 0x07, 0x00,
|
|
0xf8, 0x03, 0x00, 0xfc, 0x01, 0x00, 0xfc, 0x00, 0x00, 0x7e, 0x00, 0x00,
|
|
0x3c, 0x00, 0x00, 0x08, 0x00, 0x00 };
|