mirror of https://github.com/GNOME/gimp.git
8 lines
376 B
C
8 lines
376 B
C
/* Created with The GIMP */
|
|
#define selection_intersect_mask_width 14
|
|
#define selection_intersect_mask_height 17
|
|
static char selection_intersect_mask_bits[] = {
|
|
0x00, 0x00, 0xfe, 0x03, 0xfe, 0x03, 0xfe, 0x03, 0x8e, 0x03, 0x8e, 0x03,
|
|
0x8e, 0x03, 0x8e, 0x03, 0x8e, 0x03, 0x8e, 0x03, 0xfe, 0x03, 0xfe, 0x1f,
|
|
0xfe, 0x3f, 0x00, 0x3f, 0x00, 0x3f, 0x00, 0x3f, 0x00, 0x3f };
|