mirror of https://github.com/GNOME/gimp.git
7 lines
317 B
Plaintext
7 lines
317 B
Plaintext
|
#define mouse1_umsk_width 13
|
||
|
#define mouse1_umsk_height 17
|
||
|
static unsigned char mouse1_umsk_bits[] = {
|
||
|
0x03, 0x00, 0x07, 0x00, 0x0f, 0x00, 0x1f, 0x00, 0x3f, 0x00, 0x7f, 0x00,
|
||
|
0xff, 0x00, 0xff, 0x01, 0xff, 0x03, 0xff, 0x01, 0x3f, 0x06, 0x07, 0x0f,
|
||
|
0x83, 0x1f, 0x80, 0x1f, 0x80, 0x1f, 0x80, 0x1f, 0x00, 0x09};
|