#define hexcursormask_width 16 #define hexcursormask_height 16 static unsigned char hexcursormask_bits[] = { 0xc0, 0x03, 0xf0, 0x0f, 0xf8, 0x3f, 0xfc, 0x7f, 0xfe, 0x7f, 0x3e, 0x7c, 0x1e, 0x78, 0x1e, 0x78, 0x1e, 0x78, 0x1e, 0x78, 0x3e, 0x7c, 0xfe, 0x7f, 0xfe, 0x7f, 0xfc, 0x3f, 0xf0, 0x0f, 0xc0, 0x03, };