mirror of https://github.com/GNOME/gimp.git
18 lines
1012 B
C
18 lines
1012 B
C
/* Created with The GIMP */
|
|
#define burn_small_mask_width 32
|
|
#define burn_small_mask_height 32
|
|
#define burn_small_mask_x_hot 10
|
|
#define burn_small_mask_y_hot 10
|
|
static unsigned char burn_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, 0xfe, 0xff,
|
|
0x00, 0x00, 0xfe, 0xff, 0x00, 0x00, 0xfe, 0xff, 0x00, 0x00, 0xfe, 0xff,
|
|
0x00, 0x00, 0x7e, 0xfc, 0x00, 0x00, 0x3e, 0xf8, 0x00, 0x00, 0x1e, 0xf0,
|
|
0x00, 0x00, 0x1e, 0xf0, 0x00, 0x00, 0x1e, 0xf0, 0x00, 0x00, 0x3e, 0xf8,
|
|
0x00, 0x00, 0x7e, 0xfc, 0x00, 0x00, 0xfe, 0xff, 0x00, 0x00, 0xfe, 0xff,
|
|
0x00, 0x00, 0xfe, 0xff, 0x00, 0x00, 0xfe, 0xff };
|