#define ne_mask_width 16 #define ne_mask_height 16 #define ne_mask_x_hot 12 #define ne_mask_y_hot 3 static unsigned char ne_mask_bits[] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0xe0, 0xfc, 0xef, 0xfc, 0xef, 0xfc, 0xef, 0x80, 0xef, 0xc0, 0xef, 0xe0, 0xee, 0x70, 0xee, 0x38, 0xee, 0x1c, 0xee, 0x0c, 0xee, 0x00, 0xe0, 0x00, 0xe0};