mirror of https://github.com/GNOME/gimp.git
18 lines
1020 B
C
18 lines
1020 B
C
/* Created with The GIMP */
|
|
#define bucket_fill_small_width 32
|
|
#define bucket_fill_small_height 32
|
|
#define bucket_fill_small_x_hot 0
|
|
#define bucket_fill_small_y_hot 0
|
|
static unsigned char bucket_fill_small_bits[] = {
|
|
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, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00,
|
|
0x00, 0x00, 0x40, 0x01, 0x00, 0x00, 0x40, 0x01, 0x00, 0x00, 0xc0, 0x01,
|
|
0x00, 0x00, 0x40, 0x03, 0x00, 0x00, 0x20, 0x07, 0x00, 0x00, 0x10, 0x0d,
|
|
0x00, 0x00, 0x88, 0x1b, 0x00, 0x00, 0x04, 0x1d, 0x00, 0x00, 0x04, 0x1e,
|
|
0x00, 0x00, 0xf8, 0x17, 0x00, 0x00, 0xf0, 0x13, 0x00, 0x00, 0xe0, 0x01,
|
|
0x00, 0x00, 0xc0, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00 };
|