mirror of https://github.com/GNOME/gimp.git
9 lines
372 B
Plaintext
9 lines
372 B
Plaintext
#define mouse1_selm_width 14
|
|
#define mouse1_selm_height 17
|
|
#define mouse1_selm_x_hot 1
|
|
#define mouse1_selm_y_hot 1
|
|
static unsigned char mouse1_selm_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0xd8, 0x00, 0x04, 0x01, 0x04, 0x01, 0x00, 0x00,
|
|
0x04, 0x01, 0x04, 0x01, 0x00, 0x00, 0x04, 0x01, 0x04, 0x01, 0xd8, 0x00,
|
|
0x00, 0x00, 0x00, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, };
|