#define mouse_width 16
#define mouse_height 16
static short mouse_bits[] = {
   0x0000, 0x0000, 0x0000, 0x0000,
   0x0080, 0x0140, 0x0220, 0x0410,
   0x0220, 0x0140, 0x0080, 0x0000,
   0x0000, 0x0000, 0x0000, 0x0000};
