mirror of https://github.com/GNOME/gimp.git
12 lines
555 B
Plaintext
12 lines
555 B
Plaintext
#define dropper_width 22
|
|
#define dropper_height 22
|
|
#define dropper_x_hot 2
|
|
#define dropper_y_hot 20
|
|
static unsigned char dropper_bits[] = {
|
|
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, 0xfc,
|
|
0xff, 0x3f, 0xf8, 0xff, 0x3f, 0xf4, 0xff, 0x87, 0xf7, 0xff, 0x6f, 0xf7,
|
|
0xff, 0x97, 0xf8, 0xff, 0x8b, 0xfe, 0xff, 0x65, 0xfe, 0xff, 0xb2, 0xfe,
|
|
0x7f, 0xd9, 0xff, 0xbf, 0xec, 0xff, 0x5f, 0xf6, 0xff, 0x2f, 0xfb, 0xff,
|
|
0x97, 0xfd, 0xff, 0xcb, 0xfe, 0xff, 0x6b, 0xff, 0xff, 0xbd, 0xff, 0xff,
|
|
0xc7, 0xff, 0xff, 0xf7, 0xff, 0xff};
|