#define cursor_f_sel_mask_width 16
#define cursor_f_sel_mask_height 16
#define cursor_f_sel_mask_x_hot 2
#define cursor_f_sel_mask_y_hot 2
static char cursor_f_sel_mask_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0xfc, 0x01, 0xfc, 0x01, 0xfc, 0x00, 0xfc, 0x00,
   0xfc, 0x01, 0xfc, 0x03, 0xcc, 0x07, 0x80, 0x0f, 0x00, 0x1f, 0x00, 0x3e,
   0x00, 0x3c, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00};
