mirror of https://github.com/GNOME/gimp.git
7 lines
325 B
C
7 lines
325 B
C
#define selection_mask_width 14
|
|
#define selection_mask_height 17
|
|
static unsigned char selection_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, 0x03,
|
|
0xfe, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, };
|