#define thumbVMask_width 16
#define thumbVMask_height 16
#define thumbVMask_x_hot 7
#define thumbVMask_y_hot 7
static short thumbVMask_bits[] = {
   0x0ff8, 0x0ff8, 0x0ff8, 0x0ff8,
   0x0ff8, 0x0ff8, 0x7fff, 0x7fff,
   0x7fff, 0x0ff8, 0x0ff8, 0x0ff8,
   0x0ff8, 0x0ff8, 0x0ff8, 0x0000};
