mirror of https://github.com/GNOME/gimp.git
9 lines
362 B
Plaintext
9 lines
362 B
Plaintext
#define mouse1_cp_width 14
|
|
#define mouse1_cp_height 17
|
|
#define mouse1_cp_x_hot 1
|
|
#define mouse1_cp_y_hot 1
|
|
static unsigned char mouse1_cp_bits[] = {
|
|
0x00, 0x00, 0x02, 0x00, 0x06, 0x00, 0x0e, 0x00, 0x1e, 0x00, 0x3e, 0x00,
|
|
0x7e, 0x00, 0xfe, 0x00, 0xfe, 0x01, 0x3e, 0x00, 0x06, 0x00, 0x02, 0x1f,
|
|
0x00, 0x11, 0x00, 0x11, 0x00, 0x11, 0x00, 0x1f, 0x00, 0x00, };
|