#define xcursor_width 16
#define xcursor_height 16
#define xcursor_x_hot 7
#define xcursor_y_hot 7
static char xcursor_bits[] = {
   0x00, 0x00, 0x0e, 0x70, 0x1e, 0x78, 0x3e, 0x7c, 0x7c, 0x3e, 0xf8, 0x1f,
   0xf0, 0x0f, 0xe0, 0x07, 0xe0, 0x07, 0xf0, 0x0f, 0xf8, 0x1f, 0x7c, 0x3e,
   0x3e, 0x7c, 0x1e, 0x78, 0x0e, 0x70, 0x00, 0x00};
