mirror of https://github.com/GNOME/gimp.git
18 lines
971 B
C
18 lines
971 B
C
/* Created with The GIMP */
|
|
#define dropper_width 32
|
|
#define dropper_height 32
|
|
#define dropper_x_hot 8
|
|
#define dropper_y_hot 23
|
|
static unsigned char dropper_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x80, 0x03, 0x00, 0x00, 0x40, 0x04, 0x00, 0x00, 0x20, 0x08,
|
|
0x00, 0x00, 0x38, 0x14, 0x00, 0x00, 0x84, 0x17, 0x00, 0x00, 0x68, 0x17,
|
|
0x00, 0x00, 0x90, 0x08, 0x00, 0x00, 0x88, 0x06, 0x00, 0x00, 0x64, 0x02,
|
|
0x00, 0x00, 0xb2, 0x02, 0x00, 0x00, 0x19, 0x00, 0x00, 0x80, 0x0c, 0x00,
|
|
0x00, 0x40, 0x06, 0x00, 0x00, 0x20, 0x03, 0x00, 0x00, 0x90, 0x01, 0x00,
|
|
0x00, 0xc8, 0x00, 0x00, 0x00, 0x64, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00,
|
|
0x00, 0x1a, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|