mirror of https://github.com/GNOME/gimp.git
7 lines
325 B
Plaintext
7 lines
325 B
Plaintext
#define mouse1_selpmsk_width 14
|
|
#define mouse1_selpmsk_height 17
|
|
static unsigned char mouse1_selpmsk_bits[] = {
|
|
0x00, 0x00, 0xfe, 0x03, 0xfe, 0x03, 0xfe, 0x03, 0x8e, 0x03, 0x8e, 0x03,
|
|
0x8e, 0x03, 0x8e, 0x03, 0x8e, 0x03, 0x8e, 0x03, 0xfe, 0x03, 0xfe, 0x0f,
|
|
0xfe, 0x1f, 0x00, 0x1f, 0x00, 0x1f, 0x00, 0x0e, 0x00, 0x00, };
|