mirror of https://github.com/GNOME/gimp.git
7 lines
322 B
Plaintext
7 lines
322 B
Plaintext
#define mouse1_selmsk_width 14
|
|
#define mouse1_selmsk_height 17
|
|
static unsigned char mouse1_selmsk_bits[] = {
|
|
0x00, 0x00, 0xfe, 0x03, 0xfe, 0x03, 0xfe, 0x03, 0x8e, 0x03, 0x8e, 0x03,
|
|
0x8e, 0x03, 0x8e, 0x03, 0x8e, 0x03, 0x8e, 0x03, 0xfe, 0x03, 0xfe, 0x03,
|
|
0xfe, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, };
|