mirror of https://github.com/GNOME/gimp.git
7 lines
319 B
Plaintext
7 lines
319 B
Plaintext
#define mouse1_mmmsk_width 14
|
|
#define mouse1_mmmsk_height 17
|
|
static unsigned char mouse1_mmmsk_bits[] = {
|
|
0x0e, 0x00, 0x1e, 0x00, 0x7e, 0x00, 0xfe, 0x00, 0xfe, 0x01, 0xfe, 0x03,
|
|
0xfe, 0x07, 0xfe, 0x0f, 0xfe, 0x1f, 0xfe, 0x3f, 0xfe, 0x3f, 0xfe, 0x3f,
|
|
0xfe, 0x3f, 0xf8, 0x0f, 0xe0, 0x07, 0xc0, 0x01, 0x00, 0x00, };
|