#define question_mask_width 16
#define question_mask_height 16
static short question_mask_bits[] = {
   0x07e0, 0x0ff0, 0x1ff8, 0x1ffc,
   0x1e3c, 0x1e3c, 0x1f00, 0x0f80,
   0x07c0, 0x03c0, 0x03c0, 0x03c0,
   0x03c0, 0x03c0, 0x03c0, 0x03c0};
