#define arrow_mask_width 16
#define arrow_mask_height 16
static short arrow_mask_bits[] = {
   0x000f, 0x001f, 0x007f, 0x00ff,
   0x01ff, 0x03ff, 0x07ff, 0x0fff,
   0x1fff, 0x1fff, 0x03ff, 0x03ff,
   0x03ef, 0x07e7, 0x0fe3, 0x0fc0};
