mirror of https://github.com/GNOME/gimp.git
7 lines
327 B
Plaintext
7 lines
327 B
Plaintext
#define mouse1_selumsk_width 14
|
|
#define mouse1_selumsk_height 17
|
|
static unsigned char mouse1_selumsk_bits[] = {
|
|
0x00, 0x00, 0xfe, 0x03, 0xfe, 0x03, 0xfe, 0x03, 0x8e, 0x03, 0x8e, 0x03,
|
|
0x8e, 0x03, 0x8e, 0x03, 0x8e, 0x03, 0x8e, 0x03, 0xfe, 0x03, 0xfe, 0x3f,
|
|
0xfe, 0x3f, 0x00, 0x3f, 0x00, 0x3f, 0x00, 0x3f, 0x00, 0x1e };
|