mirror of https://github.com/GNOME/gimp.git
18 lines
982 B
C
18 lines
982 B
C
/* Created with The GIMP */
|
|
#define ink_small_width 32
|
|
#define ink_small_height 32
|
|
#define ink_small_x_hot 10
|
|
#define ink_small_y_hot 10
|
|
static unsigned char ink_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, 0x18, 0x00, 0x00, 0x00, 0x2c,
|
|
0x00, 0x00, 0x00, 0x76, 0x00, 0x00, 0x00, 0x7b, 0x00, 0x00, 0x80, 0x3d,
|
|
0x00, 0x00, 0xc0, 0x1e, 0x00, 0x00, 0x60, 0x0f, 0x00, 0x00, 0xb8, 0x07,
|
|
0x00, 0x00, 0xfe, 0x03, 0x00, 0x00, 0xe3, 0x01, 0x00, 0x00, 0xd5, 0x00,
|
|
0x00, 0x80, 0xc9, 0x00, 0x00, 0x80, 0x54, 0x00, 0x00, 0x80, 0x62, 0x00,
|
|
0x00, 0x40, 0x39, 0x00, 0x00, 0xc0, 0x0e, 0x00, 0x00, 0xe0, 0x01, 0x00,
|
|
0x00, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|