mirror of https://github.com/GNOME/gimp.git
9 lines
367 B
C
9 lines
367 B
C
#define mouse_move_width 14
|
|
#define mouse_move_height 17
|
|
#define mouse_move_x_hot 1
|
|
#define mouse_move_y_hot 1
|
|
static unsigned char mouse_move_bits[] = {
|
|
0x00, 0x00, 0x02, 0x00, 0x16, 0x00, 0x16, 0x00, 0xb6, 0x00, 0xb6, 0x01,
|
|
0xb6, 0x03, 0xb6, 0x07, 0xb6, 0x0f, 0xb6, 0x1f, 0xb6, 0x3f, 0xb6, 0x3f,
|
|
0xb2, 0x0f, 0xa0, 0x03, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, };
|