mirror of https://github.com/GNOME/gimp.git
9 lines
388 B
C
9 lines
388 B
C
/* Created with The GIMP */
|
|
#define selection_move_mask_width 16
|
|
#define selection_move_mask_height 19
|
|
static char selection_move_mask_bits[] = {
|
|
0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xc7, 0x01, 0xc7, 0x01, 0xc7, 0x01,
|
|
0xc7, 0x01, 0xc7, 0x01, 0xc7, 0x0f, 0xff, 0x1f, 0xff, 0x1f, 0xff, 0x7f,
|
|
0xe0, 0xff, 0xe0, 0xff, 0xe0, 0xff, 0xc0, 0x7f, 0x00, 0x1f, 0x00, 0x1f,
|
|
0x00, 0x0e };
|