mirror of https://github.com/GNOME/gimp.git
9 lines
356 B
C
9 lines
356 B
C
#define selection_width 14
|
|
#define selection_height 17
|
|
#define selection_x_hot 1
|
|
#define selection_y_hot 1
|
|
static char selection_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0xb4, 0x01, 0x04, 0x00, 0x00, 0x01, 0x04, 0x01,
|
|
0x04, 0x00, 0x00, 0x01, 0x04, 0x01, 0x04, 0x00, 0x00, 0x01, 0x6c, 0x01,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|