mirror of https://github.com/GNOME/gimp.git
18 lines
1015 B
C
18 lines
1015 B
C
/* Created with The GIMP */
|
|
#define shear_small_mask_width 32
|
|
#define shear_small_mask_height 32
|
|
#define shear_small_mask_x_hot 0
|
|
#define shear_small_mask_y_hot 0
|
|
static unsigned char shear_small_mask_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, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0xfe, 0x7f, 0x00, 0x00, 0xfe, 0x7f, 0x00, 0x00, 0xfe, 0x7f,
|
|
0x00, 0x00, 0x07, 0x38, 0x00, 0x00, 0x07, 0x38, 0x00, 0x80, 0x03, 0x1c,
|
|
0x00, 0x80, 0x03, 0x1c, 0x00, 0xc0, 0x01, 0x0e, 0x00, 0xc0, 0x01, 0x0e,
|
|
0x00, 0xe0, 0x00, 0x07, 0x00, 0xe0, 0x00, 0x07, 0x00, 0xf0, 0xff, 0x03,
|
|
0x00, 0xf0, 0xff, 0x03, 0x00, 0xf0, 0xff, 0x03 };
|