mirror of https://github.com/GNOME/gimp.git
18 lines
1020 B
C
18 lines
1020 B
C
/* Created with The GIMP */
|
|
#define rotate_small_mask_width 32
|
|
#define rotate_small_mask_height 32
|
|
#define rotate_small_mask_x_hot 0
|
|
#define rotate_small_mask_y_hot 0
|
|
static unsigned char rotate_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, 0x07,
|
|
0x00, 0x00, 0xc6, 0x1f, 0x00, 0x00, 0xee, 0x3f, 0x00, 0x00, 0xfe, 0x7d,
|
|
0x00, 0x00, 0x7e, 0xf0, 0x00, 0x00, 0x7e, 0xe0, 0x00, 0x00, 0xfe, 0x40,
|
|
0x00, 0x00, 0xfe, 0x01, 0x00, 0x00, 0xfe, 0x01, 0x00, 0x00, 0x00, 0xff,
|
|
0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x04, 0xfe, 0x00, 0x00, 0x0e, 0xfc,
|
|
0x00, 0x00, 0x1e, 0xfc, 0x00, 0x00, 0x7c, 0xff, 0x00, 0x00, 0xf8, 0xef,
|
|
0x00, 0x00, 0xf0, 0xc7, 0x00, 0x00, 0xc0, 0x01 };
|