#define ptr_width 16
#define ptr_height 16
#define ptr_x_hot 1
#define ptr_y_hot 0
static short ptr_bits[] = {
   0x0002, 0x0006, 0x000e, 0x001e,
   0x003e, 0x007e, 0x00fe, 0x01fe,
   0x003e, 0x0076, 0x0062, 0x00e0,
   0x00c0, 0x01c0, 0x0180, 0x0180};
