mirror of https://github.com/GNOME/gimp.git
9 lines
336 B
Plaintext
9 lines
336 B
Plaintext
|
#define badmsk_width 16
|
||
|
#define badmsk_height 16
|
||
|
#define badmsk_x_hot 7
|
||
|
#define badmsk_y_hot 7
|
||
|
static unsigned char badmsk_bits[] = {
|
||
|
0xc0, 0x01, 0xf0, 0x07, 0xf8, 0x0f, 0x1c, 0x1c, 0x0e, 0x3e, 0x06, 0x37,
|
||
|
0x87, 0x73, 0xc7, 0x71, 0xe7, 0x70, 0x76, 0x30, 0x3e, 0x38, 0x1c, 0x1c,
|
||
|
0xf8, 0x0f, 0xf0, 0x07, 0xc0, 0x01, 0x00, 0x00};
|