mirror of https://github.com/GNOME/gimp.git
11 lines
435 B
C
11 lines
435 B
C
/* Created with The GIMP */
|
|
#define selection_move_width 16
|
|
#define selection_move_height 19
|
|
#define selection_move_x_hot 0
|
|
#define selection_move_y_hot 0
|
|
static char selection_move_bits[] = {
|
|
0x00, 0x00, 0xda, 0x00, 0x02, 0x00, 0x80, 0x00, 0x82, 0x00, 0x02, 0x00,
|
|
0x80, 0x00, 0x82, 0x00, 0x02, 0x00, 0x80, 0x04, 0xb6, 0x0e, 0x00, 0x04,
|
|
0x80, 0x24, 0xc0, 0x7f, 0x80, 0x24, 0x00, 0x04, 0x00, 0x0e, 0x00, 0x04,
|
|
0x00, 0x00 };
|