#define pointer_width 20
#define pointer_height 20
static char pointer_bits[] = {
   0x03, 0x00, 0x00, 0x3f, 0x00, 0x00, 0xfe, 0x03, 0x00, 0xfe, 0x1f, 0x00,
   0xfe, 0x3f, 0x00, 0xfe, 0x1f, 0x00, 0xfc, 0x0f, 0x00, 0xfc, 0x07, 0x00,
   0xfc, 0x07, 0x00, 0xfc, 0x0f, 0x00, 0xf8, 0x1f, 0x00, 0x78, 0x3e, 0x00,
   0x38, 0x7c, 0x00, 0x10, 0xf8, 0x00, 0x00, 0xf0, 0x01, 0x00, 0xe0, 0x03,
   0x00, 0xc0, 0x07, 0x00, 0x80, 0x0f, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x06};
